Added an SGI-style chkconfig(8) utility to manage little configuration
[unix-history] / sbin / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.4.1.1 (Berkeley) 5/7/91
2#
15637ed4 3
54be7cf8 4SUBDIR= XNSrouted badsect comcontrol clri disklabel dmesg dump dumpfs fastboot fdisk \
7ae70059 5 fsck halt ifconfig mknod mount mount_isofs mount_pcfs mountd \
52db68a8
NW
6 newfs nfsd nfsiod ping quotacheck reboot restore route routed \
7 savecore shutdown slattach st swapon tunefs umount
15637ed4 8
7ae70059
NW
9.if defined(INIT_BSDI)
10SUBDIR+= init.bsdi
11.elif defined(INIT_CHMR)
12SUBDIR+= init.chmr
13.else
14SUBDIR+= init
15.endif
16
17
54be7cf8 18# Not ported: enpload
15637ed4
RG
19# Missing: icheck ncheck
20
21.include <bsd.subdir.mk>