Makefile revision 100412
11558Srgrimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
250476Speter# $FreeBSD: head/sbin/Makefile 100412 2002-07-20 19:32:33Z peter $
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 \
15105574Simp	devfs \
16100206Sdd	dhclient \
1743859Sobrien	disklabel \
1838653Sgpalmer	dmesg \
1938653Sgpalmer	dump \
2038653Sgpalmer	dumpfs \
2138653Sgpalmer	dumpon \
2238653Sgpalmer	fsck \
2338653Sgpalmer	fsck_ffs \
2479458Sobrien	fsck_msdosfs \
2579457Sobrien	fsdb \
2638653Sgpalmer	fsirand \
2738653Sgpalmer	growfs \
28105513Sphk	ifconfig \
2969800Stomsoft	init \
3038653Sgpalmer	ip6fw \
3138653Sgpalmer	ipfw \
3256815Sshin	kldconfig \
3338653Sgpalmer	kldload \
3478978Sroam	kldstat \
3538653Sgpalmer	kldunload \
3638653Sgpalmer	ldconfig \
3738653Sgpalmer	md5 \
3838843Sjb	mdconfig \
3938653Sgpalmer	mdmfs \
4070450Sphk	mknod \
4178448Sdd	mount \
4238653Sgpalmer	mount_cd9660 \
4338653Sgpalmer	mount_ext2fs \
4438653Sgpalmer	mount_msdosfs \
4538653Sgpalmer	mount_nfs \
4677577Sru	mount_ntfs \
4738653Sgpalmer	mount_nullfs \
4843557Ssemenu	mount_portalfs \
4977042Sru	mount_std \
5077042Sru	mount_udf \
5138653Sgpalmer	mount_umapfs \
5294658Sscottl	mount_unionfs \
5377042Sru	natd \
5477042Sru	newfs \
5544690Sbrian	newfs_msdos \
5638653Sgpalmer	nologin \
5738653Sgpalmer	nos-tun \
58100636Speter	ping \
5938653Sgpalmer	ping6 \
6038653Sgpalmer	quotacheck \
6138653Sgpalmer	rcorder \
6255163Sshin	reboot \
6338653Sgpalmer	restore \
64105762Sscottl	route \
6598187Sgordon	routed \
6638653Sgpalmer	rtsol \
6738653Sgpalmer	savecore \
6838653Sgpalmer	shutdown \
6938653Sgpalmer	slattach \
7055163Sshin	spppcontrol \
7193651Smarcel	startslip \
7238653Sgpalmer	swapon \
7338653Sgpalmer	sysctl \
7441061Sbde	tunefs \
7538653Sgpalmer	umount \
7685469Sru	vinum
7746878Sobrien
7838653Sgpalmer.if !defined(NO_IPFILTER)
7942117SsosSUBDIR+=ipf \
8042117Ssos	ipfs \
8110855Sjoerg	ipfstat \
8292868Sru	ipmon \
8392868Sru	ipnat
8492868Sru.endif
8592868Sru
8692868Sru.if ${MACHINE_ARCH} == "i386"
8792868SruSUBDIR+=cxconfig \
8892868Sru	mount_nwfs \
8992868Sru	mount_smbfs
9085954Speter.if ${MACHINE} == "pc98"
9185954SpeterSUBDIR+=fdisk_pc98
9285954Speter.else
9397951SgordonSUBDIR+=fdisk
9486032Speter.endif
9586032Speter.endif
9686032Speter
9786032Speter.if ${MACHINE_ARCH} == "ia64"
9844317SjkhSUBDIR+=fdisk \
9986032Speter	gpt \
10044317Sjkh	mca
10185954Speter.endif
102100412Speter
103100412Speter.include <bsd.subdir.mk>
104100412Speter