Put in proper address information for Poul-Henning Kamp.
[unix-history] / sbin / Makefile
index 7290bc0..507aae3 100644 (file)
@@ -1,18 +1,19 @@
 #      @(#)Makefile    5.4.1.1 (Berkeley) 5/7/91
 #      @(#)Makefile    5.4.1.1 (Berkeley) 5/7/91
+#      $Id: Makefile,v 1.9 1994/01/18 05:24:16 nate Exp $
 #
 
 #
 
-SUBDIR=        XNSrouted badsect chkconfig clri comcontrol disklabel dmesg \
-       dump dumpfs fastboot fdisk fsck halt ifconfig mknod mount \
+SUBDIR=        XNSrouted adjkerntz badsect chkconfig clri comcontrol disklabel dmesg \
+       dump dumpfs fastboot fdisk fsck ft halt ifconfig mknod mount \
        mount_isofs mount_pcfs mount_procfs mountd newfs nfsd nfsiod ping \
        quotacheck reboot restore route routed savecore scsi shutdown \
        slattach st swapon tunefs umount 
 
        mount_isofs mount_pcfs mount_procfs mountd newfs nfsd nfsiod ping \
        quotacheck reboot restore route routed savecore scsi shutdown \
        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