Makefile revision 100206
11558Srgrimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
250476Speter# $FreeBSD: head/sbin/Makefile 100206 2002-07-17 01:46:48Z dd $
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	devfs \
1643859Sobrien	dhclient \
1738653Sgpalmer	disklabel \
1838653Sgpalmer	dmesg \
1938653Sgpalmer	dump \
2038653Sgpalmer	dumpfs \
2138653Sgpalmer	dumpon \
2238653Sgpalmer	fsck \
2379458Sobrien	fsck_ffs \
2479457Sobrien	fsck_msdosfs \
2538653Sgpalmer	fsdb \
2638653Sgpalmer	fsirand \
2769800Stomsoft	growfs \
2838653Sgpalmer	ifconfig \
2938653Sgpalmer	init \
3056815Sshin	ip6fw \
3138653Sgpalmer	ipfw \
3278978Sroam	kldconfig \
3338653Sgpalmer	kldload \
3438653Sgpalmer	kldstat \
3538653Sgpalmer	kldunload \
3638843Sjb	ldconfig \
3738653Sgpalmer	md5 \
3870450Sphk	mdconfig \
3978448Sdd	mdmfs \
4038653Sgpalmer	mknod \
4138653Sgpalmer	mount \
4238653Sgpalmer	mount_cd9660 \
4338653Sgpalmer	mount_ext2fs \
4477577Sru	mount_msdosfs \
4538653Sgpalmer	mount_nfs \
4643557Ssemenu	mount_ntfs \
4777042Sru	mount_nullfs \
4877042Sru	mount_portalfs \
4938653Sgpalmer	mount_std \
5094658Sscottl	mount_udf \
5177042Sru	mount_umapfs \
5277042Sru	mount_unionfs \
5344690Sbrian	natd \
5438653Sgpalmer	newfs \
5538653Sgpalmer	newfs_msdos \
5638653Sgpalmer	nologin \
5738653Sgpalmer	nos-tun \
5838653Sgpalmer	ping \
5955163Sshin	ping6 \
6038653Sgpalmer	quotacheck \
6198187Sgordon	rcorder \
6238653Sgpalmer	reboot \
6338653Sgpalmer	restore \
6438653Sgpalmer	route \
6538653Sgpalmer	routed \
6655163Sshin	rtsol \
6793651Smarcel	savecore \
6838653Sgpalmer	shutdown \
6938653Sgpalmer	slattach \
7041061Sbde	spppcontrol \
7138653Sgpalmer	startslip \
7285469Sru	swapon \
7346878Sobrien	sysctl \
7438653Sgpalmer	tunefs \
7542117Ssos	umount \
7642117Ssos	vinum
7710855Sjoerg
7892868Sru.if !defined(NO_IPFILTER)
7992868SruSUBDIR+=ipf \
8092868Sru	ipfs \
8192868Sru	ipfstat \
8292868Sru	ipmon \
8392868Sru	ipnat
8492868Sru.endif
8592868Sru
8685954Speter.if ${MACHINE_ARCH} == "i386"
8785954SpeterSUBDIR+=cxconfig \
8885954Speter	mount_nwfs \
8997951Sgordon	mount_smbfs
9086032Speter.if ${MACHINE} == "pc98"
9186032SpeterSUBDIR+=fdisk_pc98
9286032Speter.else
9386032SpeterSUBDIR+=fdisk
9444317Sjkh.endif
9586032Speter.endif
9644317Sjkh
9785954Speter.if ${MACHINE_ARCH} == "ia64"
9885954SpeterSUBDIR+=fdisk
9938458Sjb.endif
10038458Sjb
1011558Srgrimes.include <bsd.subdir.mk>
102