Makefile revision 54225
11558Srgrimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
250476Speter# $FreeBSD: head/sbin/Makefile 54225 1999-12-06 20:50:04Z guido $
31558Srgrimes
412481Speter# XXX MISSING:		icheck ncheck
51558Srgrimes
641061SbdeSUBDIR=	adjkerntz \
741061Sbde	atm \
839271Sphk	badsect \
939255Sgibbs	camcontrol \
1038653Sgpalmer	ccdconfig \
1138653Sgpalmer	clri \
1243859Sobrien	dhclient \
1338653Sgpalmer	disklabel \
1438653Sgpalmer	dmesg \
1538653Sgpalmer	dump \
1638653Sgpalmer	dumpfs \
1738653Sgpalmer	dumpon \
1838653Sgpalmer	fsck \
1938653Sgpalmer	fsdb \
2038653Sgpalmer	fsirand \
2138653Sgpalmer	ifconfig \
2238653Sgpalmer	init \
2353644Sguido	ipf \
2454225Sguido	ipfstat \
2538653Sgpalmer	ipfw \
2654225Sguido	ipmon \
2754225Sguido	ipnat \
2838653Sgpalmer	kldload \
2938653Sgpalmer	kldstat \
3038653Sgpalmer	kldunload \
3138843Sjb	ldconfig \
3238653Sgpalmer	md5 \
3338653Sgpalmer	mknod \
3438653Sgpalmer	mount \
3538653Sgpalmer	mount_cd9660 \
3638653Sgpalmer	mount_ext2fs \
3738653Sgpalmer	mount_nfs \
3843557Ssemenu	mount_ntfs \
3938653Sgpalmer	mount_null \
4038653Sgpalmer	mount_portal \
4138653Sgpalmer	mount_std \
4238653Sgpalmer	mount_umap \
4338653Sgpalmer	mount_union \
4438653Sgpalmer	mountd \
4544690Sbrian	natd \
4638653Sgpalmer	newfs \
4738653Sgpalmer	newfs_msdos \
4838653Sgpalmer	nfsd \
4938653Sgpalmer	nfsiod \
5038653Sgpalmer	nologin \
5138653Sgpalmer	nos-tun \
5238653Sgpalmer	ping \
5338653Sgpalmer	quotacheck \
5438653Sgpalmer	reboot \
5538653Sgpalmer	restore \
5638653Sgpalmer	route \
5738653Sgpalmer	routed \
5838653Sgpalmer	savecore \
5938653Sgpalmer	shutdown \
6038653Sgpalmer	slattach \
6141061Sbde	spppcontrol \
6238653Sgpalmer	startslip \
6346878Sobrien	sysctl \
6438653Sgpalmer	swapon \
6538653Sgpalmer	tunefs \
6642117Ssos	umount \
6742117Ssos	vinum
6810855Sjoerg
6944317Sjkh.if ${MACHINE_ARCH} == i386
7052252SbpSUBDIR+=	kget mount_nwfs
7144317Sjkh.endif
7244317Sjkh
7338852Sjb.if exists(${.CURDIR}/${MACHINE_ARCH})
7438852SjbSUBDIR+= ${MACHINE_ARCH}
7538458Sjb.endif
7638458Sjb
771558Srgrimes.include <bsd.subdir.mk>
78