This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / sbin / Makefile
CommitLineData
15637ed4 1# @(#)Makefile 5.4.1.1 (Berkeley) 5/7/91
bfd9aadc 2# $Id: Makefile,v 1.8 1993/12/16 22:57:31 rgrimes Exp $
15637ed4 3#
15637ed4 4
1e080b17 5SUBDIR= XNSrouted adjkerntz badsect chkconfig clri comcontrol disklabel dmesg \
d66a69dd 6 dump dumpfs fastboot fdisk fsck halt ifconfig mknod mount \
9b170bc2 7 mount_isofs mount_pcfs mount_procfs mountd newfs nfsd nfsiod ping \
5d830f70 8 quotacheck reboot restore route routed savecore scsi shutdown \
d66a69dd 9 slattach st swapon tunefs umount
15637ed4 10
bfd9aadc
NW
11.if defined(INIT_ORIG)
12SUBDIR+= init
7ae70059
NW
13.elif defined(INIT_CHMR)
14SUBDIR+= init.chmr
15.else
bfd9aadc 16SUBDIR+= init.bsdi
7ae70059
NW
17.endif
18
19
54be7cf8 20# Not ported: enpload
15637ed4
RG
21# Missing: icheck ncheck
22
23.include <bsd.subdir.mk>