Makefile revision 118919
11558Srgrimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
250476Speter# $FreeBSD: head/sbin/Makefile 118919 2003-08-14 18:55:57Z rwatson $
31558Srgrimes
412481Speter# XXX MISSING:		icheck ncheck
51558Srgrimes
641061SbdeSUBDIR=	adjkerntz \
774448Ssos	atacontrol \
841061Sbde	atm \
939271Sphk	badsect \
10114759Sphk	bsdlabel \
1139255Sgibbs	camcontrol \
1238653Sgpalmer	ccdconfig \
1338653Sgpalmer	clri \
1455980Speter	comcontrol \
1585380Sjlemon	conscontrol \
16100206Sdd	devfs \
1743859Sobrien	dhclient \
1838653Sgpalmer	dmesg \
1938653Sgpalmer	dump \
2038653Sgpalmer	dumpfs \
2138653Sgpalmer	dumpon \
22118919Srwatson	ffsinfo \
2338653Sgpalmer	fsck \
2479458Sobrien	fsck_ffs \
2579457Sobrien	fsck_msdosfs \
2638653Sgpalmer	fsdb \
2738653Sgpalmer	fsirand \
28105513Sphk	gbde \
2969800Stomsoft	growfs \
3038653Sgpalmer	ifconfig \
3138653Sgpalmer	init \
3256815Sshin	ip6fw \
3338653Sgpalmer	ipfw \
3478978Sroam	kldconfig \
3538653Sgpalmer	kldload \
3638653Sgpalmer	kldstat \
3738653Sgpalmer	kldunload \
3838843Sjb	ldconfig \
3938653Sgpalmer	md5 \
4070450Sphk	mdconfig \
4178448Sdd	mdmfs \
4238653Sgpalmer	mknod \
43111716Smckusick	mksnap_ffs \
4438653Sgpalmer	mount \
4538653Sgpalmer	mount_cd9660 \
4638653Sgpalmer	mount_ext2fs \
4777577Sru	mount_msdosfs \
4838653Sgpalmer	mount_nfs \
4943557Ssemenu	mount_ntfs \
5077042Sru	mount_nullfs \
5138653Sgpalmer	mount_std \
5294658Sscottl	mount_udf \
5377042Sru	mount_umapfs \
5477042Sru	mount_unionfs \
5544690Sbrian	natd \
5638653Sgpalmer	newfs \
5738653Sgpalmer	newfs_msdos \
58100636Speter	nfsiod \
5938653Sgpalmer	nologin \
6038653Sgpalmer	nos-tun \
6138653Sgpalmer	ping \
6255163Sshin	ping6 \
6338653Sgpalmer	quotacheck \
64105762Sscottl	raidctl \
6598187Sgordon	rcorder \
6638653Sgpalmer	reboot \
6738653Sgpalmer	restore \
6838653Sgpalmer	route \
6938653Sgpalmer	routed \
7055163Sshin	rtsol \
7193651Smarcel	savecore \
7238653Sgpalmer	shutdown \
7338653Sgpalmer	slattach \
7441061Sbde	spppcontrol \
7538653Sgpalmer	startslip \
76116473Sphk	sunlabel \
7785469Sru	swapon \
7846878Sobrien	sysctl \
7938653Sgpalmer	tunefs \
8042117Ssos	umount \
8142117Ssos	vinum
8210855Sjoerg
83111202Sobrien.if !defined(NO_CXX)
84111202SobrienSUBDIR+=devd
85111202Sobrien.endif
86111202Sobrien
8792868Sru.if !defined(NO_IPFILTER)
8892868SruSUBDIR+=ipf \
8992868Sru	ipfs \
9092868Sru	ipfstat \
9192868Sru	ipmon \
9292868Sru	ipnat
9392868Sru.endif
9492868Sru
9585954Speter.if ${MACHINE_ARCH} == "i386"
96117169SgordonSUBDIR+=cxconfig
9786032Speter.if ${MACHINE} == "pc98"
9886032SpeterSUBDIR+=fdisk_pc98
9986032Speter.else
10086032SpeterSUBDIR+=fdisk
10144317Sjkh.endif
10286032Speter.endif
10344317Sjkh
10485954Speter.if ${MACHINE_ARCH} == "ia64"
105100412SpeterSUBDIR+=fdisk \
106100412Speter	gpt \
107100412Speter	mca
10838458Sjb.endif
10938458Sjb
110115110Speter.if ${MACHINE_ARCH} == "amd64"
111117948SpeterSUBDIR+=fdisk \
112117948Speter	gpt
113115110Speter.endif
114115110Speter
1151558Srgrimes.include <bsd.subdir.mk>
116