Makefile revision 94658
11558Srgrimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
250476Speter# $FreeBSD: head/sbin/Makefile 94658 2002-04-14 16:36:49Z 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 \
1543859Sobrien	dhclient \
1638653Sgpalmer	disklabel \
1738653Sgpalmer	dmesg \
1838653Sgpalmer	dump \
1938653Sgpalmer	dumpfs \
2038653Sgpalmer	dumpon \
2169800Stomsoft	ffsinfo \
2238653Sgpalmer	fsck \
2379458Sobrien	fsck_ffs \
2467105Sadrian	fsck_ifs \
2579457Sobrien	fsck_msdosfs \
2638653Sgpalmer	fsdb \
2738653Sgpalmer	fsirand \
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 \
4567105Sadrian	mount_ifs \
4677577Sru	mount_msdosfs \
4738653Sgpalmer	mount_nfs \
4843557Ssemenu	mount_ntfs \
4977042Sru	mount_nullfs \
5077042Sru	mount_portalfs \
5138653Sgpalmer	mount_std \
5294658Sscottl	mount_udf \
5377042Sru	mount_umapfs \
5477042Sru	mount_unionfs \
5538653Sgpalmer	mountd \
5644690Sbrian	natd \
5738653Sgpalmer	newfs \
5838653Sgpalmer	newfs_msdos \
5938653Sgpalmer	nfsd \
6038653Sgpalmer	nologin \
6138653Sgpalmer	nos-tun \
6238653Sgpalmer	ping \
6355163Sshin	ping6 \
6438653Sgpalmer	quotacheck \
6538653Sgpalmer	reboot \
6638653Sgpalmer	restore \
6738653Sgpalmer	route \
6838653Sgpalmer	routed \
6955163Sshin	rtsol \
7093651Smarcel	savecore \
7138653Sgpalmer	shutdown \
7238653Sgpalmer	slattach \
7341061Sbde	spppcontrol \
7438653Sgpalmer	startslip \
7585469Sru	swapon \
7646878Sobrien	sysctl \
7738653Sgpalmer	tunefs \
7842117Ssos	umount \
7942117Ssos	vinum
8010855Sjoerg
8192868Sru.if !defined(NO_IPFILTER)
8292868SruSUBDIR+=ipf \
8392868Sru	ipfs \
8492868Sru	ipfstat \
8592868Sru	ipmon \
8692868Sru	ipnat
8792868Sru.endif
8892868Sru
8985954Speter.if ${MACHINE_ARCH} == "i386"
9085954SpeterSUBDIR+=cxconfig \
9185954Speter	mount_nwfs \
9287960Ssheldonh	mount_smbfs \
9393651Smarcel	nextboot
9486032Speter.if ${MACHINE} == "pc98"
9586032SpeterSUBDIR+=fdisk_pc98
9686032Speter.else
9786032SpeterSUBDIR+=fdisk
9844317Sjkh.endif
9986032Speter.endif
10044317Sjkh
10185954Speter.if ${MACHINE_ARCH} == "ia64"
10285954SpeterSUBDIR+=fdisk
10338458Sjb.endif
10438458Sjb
1051558Srgrimes.include <bsd.subdir.mk>
106