Makefile revision 111716
11558Srgrimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
250476Speter# $FreeBSD: head/sbin/Makefile 111716 2003-03-02 01:50:33Z mckusick $
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 \
41111716Smckusick	mksnap_ffs \
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 \
63105762Sscottl	raidctl \
6498187Sgordon	rcorder \
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
81111202Sobrien.if !defined(NO_CXX)
82111202SobrienSUBDIR+=devd
83111202Sobrien.endif
84111202Sobrien
8592868Sru.if !defined(NO_IPFILTER)
8692868SruSUBDIR+=ipf \
8792868Sru	ipfs \
8892868Sru	ipfstat \
8992868Sru	ipmon \
9092868Sru	ipnat
9192868Sru.endif
9292868Sru
9385954Speter.if ${MACHINE_ARCH} == "i386"
9485954SpeterSUBDIR+=cxconfig \
9585954Speter	mount_nwfs \
9697951Sgordon	mount_smbfs
97109881SphkSUBDIR+=disklabel
9886032Speter.if ${MACHINE} == "pc98"
9986032SpeterSUBDIR+=fdisk_pc98
10086032Speter.else
10186032SpeterSUBDIR+=fdisk
10244317Sjkh.endif
10386032Speter.endif
10444317Sjkh
10585954Speter.if ${MACHINE_ARCH} == "ia64"
106100412SpeterSUBDIR+=fdisk \
107109891Sphk	disklabel \
108100412Speter	gpt \
109100412Speter	mca
11038458Sjb.endif
11138458Sjb
112109881Sphk.if ${MACHINE_ARCH} == "alpha"
113109881SphkSUBDIR+=disklabel
114109881Sphk.endif
115109881Sphk
116110132Sjake.if ${MACHINE_ARCH} == "sparc64"
117110132SjakeSUBDIR+=sunlabel
118110132Sjake.endif
119110132Sjake
1201558Srgrimes.include <bsd.subdir.mk>
121