Makefile revision 78978
11558Srgrimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
250476Speter# $FreeBSD: head/sbin/Makefile 78978 2001-06-29 16:58:21Z roam $
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 \
2267105Sadrian	fsck_ifs \
2366867Sadrian	fsck_ffs \
2438653Sgpalmer	fsdb \
2538653Sgpalmer	fsirand \
2669800Stomsoft	growfs \
2738653Sgpalmer	ifconfig \
2838653Sgpalmer	init \
2956815Sshin	ip6fw \
3053644Sguido	ipf \
3154225Sguido	ipfstat \
3238653Sgpalmer	ipfw \
3354225Sguido	ipmon \
3454225Sguido	ipnat \
3578978Sroam	kldconfig \
3638653Sgpalmer	kldload \
3738653Sgpalmer	kldstat \
3838653Sgpalmer	kldunload \
3938843Sjb	ldconfig \
4038653Sgpalmer	md5 \
4170450Sphk	mdconfig \
4278448Sdd	mdmfs \
4338653Sgpalmer	mknod \
4438653Sgpalmer	mount \
4538653Sgpalmer	mount_cd9660 \
4638653Sgpalmer	mount_ext2fs \
4767105Sadrian	mount_ifs \
4877577Sru	mount_msdosfs \
4938653Sgpalmer	mount_nfs \
5043557Ssemenu	mount_ntfs \
5177042Sru	mount_nullfs \
5277042Sru	mount_portalfs \
5338653Sgpalmer	mount_std \
5477042Sru	mount_umapfs \
5577042Sru	mount_unionfs \
5638653Sgpalmer	mountd \
5744690Sbrian	natd \
5838653Sgpalmer	newfs \
5938653Sgpalmer	newfs_msdos \
6038653Sgpalmer	nfsd \
6138653Sgpalmer	nfsiod \
6238653Sgpalmer	nologin \
6338653Sgpalmer	nos-tun \
6438653Sgpalmer	ping \
6555163Sshin	ping6 \
6638653Sgpalmer	quotacheck \
6738653Sgpalmer	reboot \
6838653Sgpalmer	restore \
6938653Sgpalmer	route \
7038653Sgpalmer	routed \
7155163Sshin	rtsol \
7238653Sgpalmer	savecore \
7338653Sgpalmer	shutdown \
7438653Sgpalmer	slattach \
7541061Sbde	spppcontrol \
7638653Sgpalmer	startslip \
7746878Sobrien	sysctl \
7838653Sgpalmer	swapon \
7938653Sgpalmer	tunefs \
8042117Ssos	umount \
8142117Ssos	vinum
8210855Sjoerg
8344317Sjkh.if ${MACHINE_ARCH} == i386
8452252SbpSUBDIR+=	kget mount_nwfs
8544317Sjkh.endif
8644317Sjkh
8758235Skato.if exists(${.CURDIR}/${MACHINE})
8858235SkatoSUBDIR+= ${MACHINE}
8938458Sjb.endif
9038458Sjb
911558Srgrimes.include <bsd.subdir.mk>
92