Makefile revision 77042
11558Srgrimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
250476Speter# $FreeBSD: head/sbin/Makefile 77042 2001-05-23 14:58:19Z ru $
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 \
3538653Sgpalmer	kldload \
3638653Sgpalmer	kldstat \
3738653Sgpalmer	kldunload \
3838843Sjb	ldconfig \
3938653Sgpalmer	md5 \
4070450Sphk	mdconfig \
4138653Sgpalmer	mknod \
4238653Sgpalmer	mount \
4338653Sgpalmer	mount_cd9660 \
4438653Sgpalmer	mount_ext2fs \
4567105Sadrian	mount_ifs \
4655980Speter	mount_msdos \
4738653Sgpalmer	mount_nfs \
4843557Ssemenu	mount_ntfs \
4977042Sru	mount_nullfs \
5077042Sru	mount_portalfs \
5138653Sgpalmer	mount_std \
5277042Sru	mount_umapfs \
5377042Sru	mount_unionfs \
5438653Sgpalmer	mountd \
5544690Sbrian	natd \
5638653Sgpalmer	newfs \
5738653Sgpalmer	newfs_msdos \
5838653Sgpalmer	nfsd \
5938653Sgpalmer	nfsiod \
6038653Sgpalmer	nologin \
6138653Sgpalmer	nos-tun \
6238653Sgpalmer	ping \
6355163Sshin	ping6 \
6438653Sgpalmer	quotacheck \
6538653Sgpalmer	reboot \
6638653Sgpalmer	restore \
6738653Sgpalmer	route \
6838653Sgpalmer	routed \
6955163Sshin	rtsol \
7038653Sgpalmer	savecore \
7138653Sgpalmer	shutdown \
7238653Sgpalmer	slattach \
7341061Sbde	spppcontrol \
7438653Sgpalmer	startslip \
7546878Sobrien	sysctl \
7638653Sgpalmer	swapon \
7738653Sgpalmer	tunefs \
7842117Ssos	umount \
7942117Ssos	vinum
8010855Sjoerg
8144317Sjkh.if ${MACHINE_ARCH} == i386
8252252SbpSUBDIR+=	kget mount_nwfs
8344317Sjkh.endif
8444317Sjkh
8558235Skato.if exists(${.CURDIR}/${MACHINE})
8658235SkatoSUBDIR+= ${MACHINE}
8738458Sjb.endif
8838458Sjb
891558Srgrimes.include <bsd.subdir.mk>
90