Put in proper address information for Poul-Henning Kamp.
[unix-history] / sbin / Makefile
index 0d32975..507aae3 100644 (file)
@@ -1,22 +1,23 @@
 #      @(#)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 $
 #
 #
-# PATCHES MAGIC                LEVEL   PATCH THAT GOT US HERE
-# --------------------         -----   ----------------------
-# CURRENT PATCH LEVEL:         2       00163
-# --------------------         -----   ----------------------
-#
-# 04 Apr 93    Rodney W. Grimes        Add fdisk, mount_pcfs, quotacheck
-#                                      Comments about not ported and missing
-# 27 May 93    Guido van Rooij         Added comcontrol
-#
 
 
-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 swapon tunefs umount
+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 
+
+.if defined(INIT_ORIG)
+SUBDIR+= init
+.elif defined(INIT_CHMR)
+SUBDIR+= init.chmr
+.else
+SUBDIR+= init.bsdi
+.endif
+
 
 
-# Not ported: XNSrouted enpload
+# Not ported: enpload
 # Missing: icheck ncheck
 
 .include <bsd.subdir.mk>
 # Missing: icheck ncheck
 
 .include <bsd.subdir.mk>