Makefile revision 105762
11558Srgrimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
250476Speter# $FreeBSD: head/sbin/Makefile 105762 2002-10-23 04:50:34Z scottl $
31558Srgrimes
412481Speter# XXX MISSING:		icheck ncheck
51558Srgrimes
641061SbdeSUBDIR=	adjkerntz \
774448Ssos	atacontrol \
841061Sbde	atm \
939271Sphk	badsect \
1039255Sgibbs	camcontrol \
1138653Sgpalmer	ccdconfig \
1238653Sgpalmer	clri \
1355980Speter	comcontrol \
1485380Sjlemon	conscontrol \
15100206Sdd	devd \
1643859Sobrien	devfs \
1738653Sgpalmer	dhclient \
1838653Sgpalmer	disklabel \
1938653Sgpalmer	dmesg \
2038653Sgpalmer	dump \
2138653Sgpalmer	dumpfs \
2238653Sgpalmer	dumpon \
2379458Sobrien	fsck \
2479457Sobrien	fsck_ffs \
2538653Sgpalmer	fsck_msdosfs \
2638653Sgpalmer	fsdb \
2769800Stomsoft	fsirand \
2838653Sgpalmer	gbde \
2938653Sgpalmer	growfs \
3056815Sshin	ifconfig \
3138653Sgpalmer	init \
3278978Sroam	ip6fw \
3338653Sgpalmer	ipfw \
3438653Sgpalmer	kldconfig \
3538653Sgpalmer	kldload \
3638843Sjb	kldstat \
3738653Sgpalmer	kldunload \
3870450Sphk	ldconfig \
3978448Sdd	md5 \
4038653Sgpalmer	mdconfig \
4138653Sgpalmer	mdmfs \
4238653Sgpalmer	mknod \
4338653Sgpalmer	mount \
4477577Sru	mount_cd9660 \
4538653Sgpalmer	mount_ext2fs \
4643557Ssemenu	mount_msdosfs \
4777042Sru	mount_nfs \
4877042Sru	mount_ntfs \
4938653Sgpalmer	mount_nullfs \
5094658Sscottl	mount_portalfs \
5177042Sru	mount_std \
5277042Sru	mount_udf \
5344690Sbrian	mount_umapfs \
5438653Sgpalmer	mount_unionfs \
5538653Sgpalmer	natd \
5638653Sgpalmer	newfs \
5738653Sgpalmer	newfs_msdos \
5838653Sgpalmer	nfsiod \
5955163Sshin	nologin \
6038653Sgpalmer	nos-tun \
6198187Sgordon	ping \
6238653Sgpalmer	ping6 \
6338653Sgpalmer	quotacheck \
6438653Sgpalmer	raidctl \
6538653Sgpalmer	rcorder \
6655163Sshin	reboot \
6793651Smarcel	restore \
6838653Sgpalmer	route \
6938653Sgpalmer	routed \
7041061Sbde	rtsol \
7138653Sgpalmer	savecore \
7285469Sru	shutdown \
7346878Sobrien	slattach \
7438653Sgpalmer	spppcontrol \
7542117Ssos	startslip \
7642117Ssos	swapon \
7710855Sjoerg	sysctl \
7892868Sru	tunefs \
7992868Sru	umount \
8092868Sru	vinum
8192868Sru
8292868Sru.if !defined(NO_IPFILTER)
8392868SruSUBDIR+=ipf \
8492868Sru	ipfs \
8592868Sru	ipfstat \
8685954Speter	ipmon \
8785954Speter	ipnat
8885954Speter.endif
8997951Sgordon
9086032Speter.if ${MACHINE_ARCH} == "i386"
9186032SpeterSUBDIR+=cxconfig \
9286032Speter	mount_nwfs \
9386032Speter	mount_smbfs
9444317Sjkh.if ${MACHINE} == "pc98"
9586032SpeterSUBDIR+=fdisk_pc98
9644317Sjkh.else
9785954SpeterSUBDIR+=fdisk
98100412Speter.endif
99100412Speter.endif
100100412Speter
10138458Sjb.if ${MACHINE_ARCH} == "ia64"
10238458SjbSUBDIR+=fdisk \
1031558Srgrimes	gpt \
104	mca
105.endif
106
107.include <bsd.subdir.mk>
108