Makefile revision 105513
11558Srgrimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
250476Speter# $FreeBSD: head/sbin/Makefile 105513 2002-10-20 11:16:13Z phk $
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 \
27105513Sphk	gbde \
2869800Stomsoft	growfs \
2938653Sgpalmer	ifconfig \
3038653Sgpalmer	init \
3156815Sshin	ip6fw \
3238653Sgpalmer	ipfw \
3378978Sroam	kldconfig \
3438653Sgpalmer	kldload \
3538653Sgpalmer	kldstat \
3638653Sgpalmer	kldunload \
3738843Sjb	ldconfig \
3838653Sgpalmer	md5 \
3970450Sphk	mdconfig \
4078448Sdd	mdmfs \
4138653Sgpalmer	mknod \
4238653Sgpalmer	mount \
4338653Sgpalmer	mount_cd9660 \
4438653Sgpalmer	mount_ext2fs \
4577577Sru	mount_msdosfs \
4638653Sgpalmer	mount_nfs \
4743557Ssemenu	mount_ntfs \
4877042Sru	mount_nullfs \
4977042Sru	mount_portalfs \
5038653Sgpalmer	mount_std \
5194658Sscottl	mount_udf \
5277042Sru	mount_umapfs \
5377042Sru	mount_unionfs \
5444690Sbrian	natd \
5538653Sgpalmer	newfs \
5638653Sgpalmer	newfs_msdos \
57100636Speter	nfsiod \
5838653Sgpalmer	nologin \
5938653Sgpalmer	nos-tun \
6038653Sgpalmer	ping \
6155163Sshin	ping6 \
6238653Sgpalmer	quotacheck \
6398187Sgordon	rcorder \
6438653Sgpalmer	reboot \
6538653Sgpalmer	restore \
6638653Sgpalmer	route \
6738653Sgpalmer	routed \
6855163Sshin	rtsol \
6993651Smarcel	savecore \
7038653Sgpalmer	shutdown \
7138653Sgpalmer	slattach \
7241061Sbde	spppcontrol \
7338653Sgpalmer	startslip \
7485469Sru	swapon \
7546878Sobrien	sysctl \
7638653Sgpalmer	tunefs \
7742117Ssos	umount \
7842117Ssos	vinum
7910855Sjoerg
8092868Sru.if !defined(NO_IPFILTER)
8192868SruSUBDIR+=ipf \
8292868Sru	ipfs \
8392868Sru	ipfstat \
8492868Sru	ipmon \
8592868Sru	ipnat
8692868Sru.endif
8792868Sru
8885954Speter.if ${MACHINE_ARCH} == "i386"
8985954SpeterSUBDIR+=cxconfig \
9085954Speter	mount_nwfs \
9197951Sgordon	mount_smbfs
9286032Speter.if ${MACHINE} == "pc98"
9386032SpeterSUBDIR+=fdisk_pc98
9486032Speter.else
9586032SpeterSUBDIR+=fdisk
9644317Sjkh.endif
9786032Speter.endif
9844317Sjkh
9985954Speter.if ${MACHINE_ARCH} == "ia64"
100100412SpeterSUBDIR+=fdisk \
101100412Speter	gpt \
102100412Speter	mca
10338458Sjb.endif
10438458Sjb
1051558Srgrimes.include <bsd.subdir.mk>
106