Makefile revision 55163
18153Sphk#	@(#)Makefile	8.5 (Berkeley) 3/31/94
28153Sphk# $FreeBSD: head/sbin/Makefile 55163 1999-12-28 02:37:14Z shin $
38153Sphk
48153Sphk# XXX MISSING:		icheck ncheck
58153Sphk
68153SphkSUBDIR=	adjkerntz \
78153Sphk	atm \
88153Sphk	badsect \
950476Speter	camcontrol \
108153Sphk	ccdconfig \
118153Sphk	clri \
128153Sphk	dhclient \
138153Sphk	disklabel \
148153Sphk	dmesg \
158153Sphk	dump \
168153Sphk	dumpfs \
178477Sphk	dumpon \
1812661Speter	fsck \
1912661Speter	fsdb \
208153Sphk	fsirand \
218160Sphk	ifconfig \
228160Sphk	init \
238160Sphk	ipf \
248477Sphk	ipfstat \
258153Sphk	ipfw \
2654627Sjkh	ipmon \
2754627Sjkh	ipnat \
288153Sphk	kldload \
298153Sphk	kldstat \
3012661Speter	kldunload \
3112661Speter	ldconfig \
3212661Speter	md5 \
3312661Speter	mknod \
3412661Speter	mount \
358160Sphk	mount_cd9660 \
3612661Speter	mount_ext2fs \
378160Sphk	mount_nfs \
3812661Speter	mount_ntfs \
3912661Speter	mount_null \
408233Sphk	mount_portal \
4112661Speter	mount_std \
4212661Speter	mount_umap \
4312661Speter	mount_union \
4412661Speter	mountd \
4512661Speter	natd \
4612661Speter	newfs \
4712661Speter	newfs_msdos \
488233Sphk	nfsd \
4912661Speter	nfsiod \
5012661Speter	nologin \
5112661Speter	nos-tun \
5212661Speter	ping \
5312661Speter	ping6 \
5412661Speter	quotacheck \
5512661Speter	reboot \
5612661Speter	restore \
5712661Speter	route \
588233Sphk	routed \
5912661Speter	rtsol \
6012661Speter	savecore \
6112661Speter	shutdown \
6212661Speter	slattach \
6312661Speter	spppcontrol \
6412661Speter	startslip \
6512661Speter	sysctl \
6612661Speter	swapon \
6712661Speter	tunefs \
6812661Speter	umount \
6912661Speter	vinum
7012661Speter
7112661Speter.if ${MACHINE_ARCH} == i386
7212661SpeterSUBDIR+=	kget mount_nwfs
7312661Speter.endif
7412661Speter
7512661Speter.if exists(${.CURDIR}/${MACHINE_ARCH})
7612661SpeterSUBDIR+= ${MACHINE_ARCH}
7712661Speter.endif
7812661Speter
7912661Speter.include <bsd.subdir.mk>
8012661Speter