1. Remove a rather strangely gratuitous bit of profanity
[unix-history] / sbin / Makefile
CommitLineData
15637ed4 1# @(#)Makefile 5.4.1.1 (Berkeley) 5/7/91
dada48ee 2# $Id: Makefile,v 1.12 1994/05/17 23:22:21 jkh Exp $
15637ed4 3#
15637ed4 4
dada48ee 5SUBDIR= adjkerntz badsect chkconfig clri comcontrol disklabel dmesg \
5a8500bd 6 dump dumpfs fastboot fdisk fsck ft halt ifconfig md5 mknod mount \
dada48ee
JH
7 mount_isofs mount_pcfs mount_procfs mountd newfs nfsd nfsiod \
8 ping quotacheck reboot restore route 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>