luna68 has mmap
[unix-history] / usr / src / bin / Makefile
index 9497ce7..0615c7c 100644 (file)
@@ -1,12 +1,11 @@
-#      @(#)Makefile    5.32 (Berkeley) %G%
+#      @(#)Makefile    5.37 (Berkeley) %G%
 
 
-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
+# Missing: adb dd ed expr tar test
 
 
-.if   ${MACHINE} == "tahoe"
-SUBDIR+=adb
-.elif ${MACHINE} == "vax"
-SUBDIR+=adb
-.endif
+# Adb is VAX and Tahoe only.
+# Cp uses mmap, and is new-VM only.
+
+SUBDIR=        cat chmod cp csh date df echo hostname kill ln ls \
+       mkdir mv ps pwd rcp rm rmail rmdir sh sleep stty sync 
 
 .include <bsd.subdir.mk>
 
 .include <bsd.subdir.mk>