checkpoint for June tape
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 25 Jun 1990 15:58:35 +0000 (07:58 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 25 Jun 1990 15:58:35 +0000 (07:58 -0800)
SCCS-vsn: bin/Makefile 5.30

usr/src/bin/Makefile

index 65d9092..1fd58dd 100644 (file)
@@ -1,6 +1,14 @@
-#      @(#)Makefile    5.29 (Berkeley) %G%
+#      @(#)Makefile    5.30 (Berkeley) %G%
 
 
-SUBDIR=        adb cat chmod cp csh date dd df echo ed expr hostname kill ls mkdir \
+SUBDIR=        cat chmod cp csh date dd df echo ed expr hostname kill ls mkdir \
        mv ps pwd rcp rm rmail rmdir sh sleep stty sync tar test
 
        mv ps pwd rcp rm rmail rmdir sh sleep stty sync tar test
 
+.if   make(clean) || make(cleandir)
+SUBDIR+=adb
+.elif ${MACHINE} == "tahoe"
+SUBDIR+=adb
+.elif ${MACHINE} == "vax"
+SUBDIR+=adb
+.endif
+
 .include <bsd.subdir.mk>
 .include <bsd.subdir.mk>