Makefile revision 111202
11558Srgrimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
250476Speter# $FreeBSD: head/sbin/Makefile 111202 2003-02-21 02:16:35Z obrien $
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	dmesg \
1838653Sgpalmer	dump \
1938653Sgpalmer	dumpfs \
2038653Sgpalmer	dumpon \
2138653Sgpalmer	fsck \
2279458Sobrien	fsck_ffs \
2379457Sobrien	fsck_msdosfs \
2438653Sgpalmer	fsdb \
2538653Sgpalmer	fsirand \
26105513Sphk	gbde \
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 \
56100636Speter	nfsiod \
5738653Sgpalmer	nologin \
5838653Sgpalmer	nos-tun \
5938653Sgpalmer	ping \
6055163Sshin	ping6 \
6138653Sgpalmer	quotacheck \
62105762Sscottl	raidctl \
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
80111202Sobrien.if !defined(NO_CXX)
81111202SobrienSUBDIR+=devd
82111202Sobrien.endif
83111202Sobrien
8492868Sru.if !defined(NO_IPFILTER)
8592868SruSUBDIR+=ipf \
8692868Sru	ipfs \
8792868Sru	ipfstat \
8892868Sru	ipmon \
8992868Sru	ipnat
9092868Sru.endif
9192868Sru
9285954Speter.if ${MACHINE_ARCH} == "i386"
9385954SpeterSUBDIR+=cxconfig \
9485954Speter	mount_nwfs \
9597951Sgordon	mount_smbfs
96109881SphkSUBDIR+=disklabel
9786032Speter.if ${MACHINE} == "pc98"
9886032SpeterSUBDIR+=fdisk_pc98
9986032Speter.else
10086032SpeterSUBDIR+=fdisk
10144317Sjkh.endif
10286032Speter.endif
10344317Sjkh
10485954Speter.if ${MACHINE_ARCH} == "ia64"
105100412SpeterSUBDIR+=fdisk \
106109891Sphk	disklabel \
107100412Speter	gpt \
108100412Speter	mca
10938458Sjb.endif
11038458Sjb
111109881Sphk.if ${MACHINE_ARCH} == "alpha"
112109881SphkSUBDIR+=disklabel
113109881Sphk.endif
114109881Sphk
115110132Sjake.if ${MACHINE_ARCH} == "sparc64"
116110132SjakeSUBDIR+=sunlabel
117110132Sjake.endif
118110132Sjake
1191558Srgrimes.include <bsd.subdir.mk>
120