Makefile revision 97951
11558Srgrimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
250476Speter# $FreeBSD: head/sbin/Makefile 97951 2002-06-06 19:26:15Z gordon $
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 \
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 \
5338653Sgpalmer	mountd \
5444690Sbrian	natd \
5538653Sgpalmer	newfs \
5638653Sgpalmer	newfs_msdos \
5738653Sgpalmer	nfsd \
5838653Sgpalmer	nologin \
5938653Sgpalmer	nos-tun \
6038653Sgpalmer	ping \
6155163Sshin	ping6 \
6238653Sgpalmer	quotacheck \
6338653Sgpalmer	reboot \
6438653Sgpalmer	restore \
6538653Sgpalmer	route \
6638653Sgpalmer	routed \
6755163Sshin	rtsol \
6893651Smarcel	savecore \
6938653Sgpalmer	shutdown \
7038653Sgpalmer	slattach \
7141061Sbde	spppcontrol \
7238653Sgpalmer	startslip \
7385469Sru	swapon \
7446878Sobrien	sysctl \
7538653Sgpalmer	tunefs \
7642117Ssos	umount \
7742117Ssos	vinum
7810855Sjoerg
7992868Sru.if !defined(NO_IPFILTER)
8092868SruSUBDIR+=ipf \
8192868Sru	ipfs \
8292868Sru	ipfstat \
8392868Sru	ipmon \
8492868Sru	ipnat
8592868Sru.endif
8692868Sru
8785954Speter.if ${MACHINE_ARCH} == "i386"
8885954SpeterSUBDIR+=cxconfig \
8985954Speter	mount_nwfs \
9097951Sgordon	mount_smbfs
9186032Speter.if ${MACHINE} == "pc98"
9286032SpeterSUBDIR+=fdisk_pc98
9386032Speter.else
9486032SpeterSUBDIR+=fdisk
9544317Sjkh.endif
9686032Speter.endif
9744317Sjkh
9885954Speter.if ${MACHINE_ARCH} == "ia64"
9985954SpeterSUBDIR+=fdisk
10038458Sjb.endif
10138458Sjb
1021558Srgrimes.include <bsd.subdir.mk>
103