Makefile revision 79458
11558Srgrimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
250476Speter# $FreeBSD: head/sbin/Makefile 79458 2001-07-09 11:06:47Z obrien $
31558Srgrimes
412481Speter# XXX MISSING:		icheck ncheck
51558Srgrimes
641061SbdeSUBDIR=	adjkerntz \
774448Ssos	atacontrol \
841061Sbde	atm \
939271Sphk	badsect \
1039255Sgibbs	camcontrol \
1138653Sgpalmer	ccdconfig \
1238653Sgpalmer	clri \
1355980Speter	comcontrol \
1443859Sobrien	dhclient \
1538653Sgpalmer	disklabel \
1638653Sgpalmer	dmesg \
1738653Sgpalmer	dump \
1838653Sgpalmer	dumpfs \
1938653Sgpalmer	dumpon \
2069800Stomsoft	ffsinfo \
2138653Sgpalmer	fsck \
2279458Sobrien	fsck_ffs \
2367105Sadrian	fsck_ifs \
2479457Sobrien	fsck_msdosfs \
2538653Sgpalmer	fsdb \
2638653Sgpalmer	fsirand \
2769800Stomsoft	growfs \
2838653Sgpalmer	ifconfig \
2938653Sgpalmer	init \
3056815Sshin	ip6fw \
3153644Sguido	ipf \
3254225Sguido	ipfstat \
3338653Sgpalmer	ipfw \
3454225Sguido	ipmon \
3554225Sguido	ipnat \
3678978Sroam	kldconfig \
3738653Sgpalmer	kldload \
3838653Sgpalmer	kldstat \
3938653Sgpalmer	kldunload \
4038843Sjb	ldconfig \
4138653Sgpalmer	md5 \
4270450Sphk	mdconfig \
4378448Sdd	mdmfs \
4438653Sgpalmer	mknod \
4538653Sgpalmer	mount \
4638653Sgpalmer	mount_cd9660 \
4738653Sgpalmer	mount_ext2fs \
4867105Sadrian	mount_ifs \
4977577Sru	mount_msdosfs \
5038653Sgpalmer	mount_nfs \
5143557Ssemenu	mount_ntfs \
5277042Sru	mount_nullfs \
5377042Sru	mount_portalfs \
5438653Sgpalmer	mount_std \
5577042Sru	mount_umapfs \
5677042Sru	mount_unionfs \
5738653Sgpalmer	mountd \
5844690Sbrian	natd \
5938653Sgpalmer	newfs \
6038653Sgpalmer	newfs_msdos \
6138653Sgpalmer	nfsd \
6238653Sgpalmer	nfsiod \
6338653Sgpalmer	nologin \
6438653Sgpalmer	nos-tun \
6538653Sgpalmer	ping \
6655163Sshin	ping6 \
6738653Sgpalmer	quotacheck \
6838653Sgpalmer	reboot \
6938653Sgpalmer	restore \
7038653Sgpalmer	route \
7138653Sgpalmer	routed \
7255163Sshin	rtsol \
7338653Sgpalmer	savecore \
7438653Sgpalmer	shutdown \
7538653Sgpalmer	slattach \
7641061Sbde	spppcontrol \
7738653Sgpalmer	startslip \
7846878Sobrien	sysctl \
7938653Sgpalmer	swapon \
8038653Sgpalmer	tunefs \
8142117Ssos	umount \
8242117Ssos	vinum
8310855Sjoerg
8444317Sjkh.if ${MACHINE_ARCH} == i386
8552252SbpSUBDIR+=	kget mount_nwfs
8644317Sjkh.endif
8744317Sjkh
8858235Skato.if exists(${.CURDIR}/${MACHINE})
8958235SkatoSUBDIR+= ${MACHINE}
9038458Sjb.endif
9138458Sjb
921558Srgrimes.include <bsd.subdir.mk>
93