Makefile revision 85469
11558Srgrimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
250476Speter# $FreeBSD: head/sbin/Makefile 85469 2001-10-25 07:55:43Z ru $
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 \
1543859Sobrien	dhclient \
1638653Sgpalmer	disklabel \
1738653Sgpalmer	dmesg \
1838653Sgpalmer	dump \
1938653Sgpalmer	dumpfs \
2038653Sgpalmer	dumpon \
2169800Stomsoft	ffsinfo \
2238653Sgpalmer	fsck \
2379458Sobrien	fsck_ffs \
2467105Sadrian	fsck_ifs \
2579457Sobrien	fsck_msdosfs \
2638653Sgpalmer	fsdb \
2738653Sgpalmer	fsirand \
2869800Stomsoft	growfs \
2938653Sgpalmer	ifconfig \
3038653Sgpalmer	init \
3156815Sshin	ip6fw \
3253644Sguido	ipf \
3385218Sdarrenr	ipfs \
3454225Sguido	ipfstat \
3538653Sgpalmer	ipfw \
3654225Sguido	ipmon \
3754225Sguido	ipnat \
3878978Sroam	kldconfig \
3938653Sgpalmer	kldload \
4038653Sgpalmer	kldstat \
4138653Sgpalmer	kldunload \
4238843Sjb	ldconfig \
4338653Sgpalmer	md5 \
4470450Sphk	mdconfig \
4578448Sdd	mdmfs \
4638653Sgpalmer	mknod \
4738653Sgpalmer	mount \
4838653Sgpalmer	mount_cd9660 \
4938653Sgpalmer	mount_ext2fs \
5067105Sadrian	mount_ifs \
5177577Sru	mount_msdosfs \
5238653Sgpalmer	mount_nfs \
5343557Ssemenu	mount_ntfs \
5477042Sru	mount_nullfs \
5577042Sru	mount_portalfs \
5638653Sgpalmer	mount_std \
5777042Sru	mount_umapfs \
5877042Sru	mount_unionfs \
5938653Sgpalmer	mountd \
6044690Sbrian	natd \
6138653Sgpalmer	newfs \
6238653Sgpalmer	newfs_msdos \
6338653Sgpalmer	nfsd \
6438653Sgpalmer	nologin \
6538653Sgpalmer	nos-tun \
6638653Sgpalmer	ping \
6755163Sshin	ping6 \
6838653Sgpalmer	quotacheck \
6938653Sgpalmer	reboot \
7038653Sgpalmer	restore \
7138653Sgpalmer	route \
7238653Sgpalmer	routed \
7355163Sshin	rtsol \
7438653Sgpalmer	savecore \
7538653Sgpalmer	shutdown \
7638653Sgpalmer	slattach \
7741061Sbde	spppcontrol \
7838653Sgpalmer	startslip \
7985469Sru	swapon \
8046878Sobrien	sysctl \
8138653Sgpalmer	tunefs \
8242117Ssos	umount \
8342117Ssos	vinum
8410855Sjoerg
8544317Sjkh.if ${MACHINE_ARCH} == i386
8652252SbpSUBDIR+=	kget mount_nwfs
8744317Sjkh.endif
8844317Sjkh
8958235Skato.if exists(${.CURDIR}/${MACHINE})
9058235SkatoSUBDIR+= ${MACHINE}
9138458Sjb.endif
9238458Sjb
931558Srgrimes.include <bsd.subdir.mk>
94