have to leave instrs.adb around, kernel uses it for kdb
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 20 Jan 1989 13:03:49 +0000 (05:03 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 20 Jan 1989 13:03:49 +0000 (05:03 -0800)
SCCS-vsn: old/adb/adb.vax/Makefile 5.3

usr/src/old/adb/adb.vax/Makefile

index 33e4ca7..e02d952 100644 (file)
@@ -14,7 +14,7 @@
 # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 # WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 #
 # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 # WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 #
-#      @(#)Makefile    5.2 (Berkeley) %G%
+#      @(#)Makefile    5.3 (Berkeley) %G%
 #
 LIBC=  /lib/libc.a
 AS=    ../../as/as.vax
 #
 LIBC=  /lib/libc.a
 AS=    ../../as/as.vax
@@ -40,7 +40,7 @@ instrs.adb: ${AS}/instrs
        (echo FLAVOR ADB; cat ${AS}/instrs) | awk -f ${AS}/instrs > instrs.adb
 
 clean:
        (echo FLAVOR ADB; cat ${AS}/instrs) | awk -f ${AS}/instrs > instrs.adb
 
 clean:
-       rm -f ${OBJS} core adb instrs.adb
+       rm -f ${OBJS} core adb
 
 cleandir: clean
        rm -f ${MAN} tags .depend
 
 cleandir: clean
        rm -f ${MAN} tags .depend