Add adjkerntz
[unix-history] / sbin / Makefile
index 44928ec..2855ca5 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$
 #
 
 #
 
-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=        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 \
+       slattach st swapon tunefs umount 
 
 
-# Not ported: XNSrouted enpload
+.if defined(INIT_BSDI)
+SUBDIR+= init.bsdi
+.elif defined(INIT_CHMR)
+SUBDIR+= init.chmr
+.else
+SUBDIR+= init
+.endif
+
+
+# Not ported: enpload
 # Missing: icheck ncheck
 
 .include <bsd.subdir.mk>
 # Missing: icheck ncheck
 
 .include <bsd.subdir.mk>