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