386BSD 0.1 development
[unix-history] / usr / src / bin / Makefile
index 1fd58dd..7fa07f5 100644 (file)
@@ -1,14 +1,6 @@
-#      @(#)Makefile    5.30 (Berkeley) %G%
+#      @(#)Makefile    5.33.1.1 (Berkeley) 5/6/91
 
 
-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
-
-.if   make(clean) || make(cleandir)
-SUBDIR+=adb
-.elif ${MACHINE} == "tahoe"
-SUBDIR+=adb
-.elif ${MACHINE} == "vax"
-SUBDIR+=adb
-.endif
+SUBDIR=        cat chmod cp csh date dd df echo expr hostname kill ln ls \
+       mkdir mv ps pwd rcp rm rmail rmdir sh sleep stty sync  test
 
 .include <bsd.subdir.mk>
 
 .include <bsd.subdir.mk>