1. Remove a rather strangely gratuitous bit of profanity
[unix-history] / sbin / Makefile
index 44928ec..080e838 100644 (file)
@@ -1,12 +1,23 @@
 #      @(#)Makefile    5.4.1.1 (Berkeley) 5/7/91
 #      @(#)Makefile    5.4.1.1 (Berkeley) 5/7/91
+#      $Id: Makefile,v 1.12 1994/05/17 23:22:21 jkh Exp $
 #
 
 #
 
-SUBDIR=        badsect comcontrol clri disklabel dmesg dump dumpfs fastboot fdisk \
-       fsck halt ifconfig init mknod mount mount_isofs mount_pcfs mountd \
-       newfs nfsd nfsiod ping quotacheck reboot restore route routed \
-       savecore shutdown slattach st swapon tunefs umount
+SUBDIR=        adjkerntz badsect chkconfig clri comcontrol disklabel dmesg \
+       dump dumpfs fastboot fdisk fsck ft halt ifconfig md5 mknod mount \
+       mount_isofs mount_pcfs mount_procfs mountd newfs nfsd nfsiod \
+       ping quotacheck reboot restore route savecore scsi shutdown \
+       slattach st swapon tunefs umount 
 
 
-# Not ported: XNSrouted enpload
+.if defined(INIT_ORIG)
+SUBDIR+= init
+.elif defined(INIT_CHMR)
+SUBDIR+= init.chmr
+.else
+SUBDIR+= init.bsdi
+.endif
+
+
+# Not ported: enpload
 # Missing: icheck ncheck
 
 .include <bsd.subdir.mk>
 # Missing: icheck ncheck
 
 .include <bsd.subdir.mk>