Makefile revision 110132
12061Sjkh#	@(#)Makefile	8.5 (Berkeley) 3/31/94
250479Speter# $FreeBSD: head/sbin/Makefile 110132 2003-01-31 07:40:25Z jake $
32061Sjkh
438666Sjb# XXX MISSING:		icheck ncheck
532427Sjb
6103985SphkSUBDIR=	adjkerntz \
7103985Sphk	atacontrol \
838666Sjb	atm \
938666Sjb	badsect \
1038666Sjb	camcontrol \
1138666Sjb	ccdconfig \
1264049Salex	clri \
1364049Salex	comcontrol \
1466071Smarkm	conscontrol \
1573504Sobrien	devd \
1638666Sjb	devfs \
1744918Sjkh	dhclient \
1838666Sjb	dmesg \
1938666Sjb	dump \
2038666Sjb	dumpfs \
2138666Sjb	dumpon \
2238666Sjb	fsck \
2338666Sjb	fsck_ffs \
2438666Sjb	fsck_msdosfs \
2538978Sjb	fsdb \
2638978Sjb	fsirand \
2732427Sjb	gbde \
2838666Sjb	growfs \
2938666Sjb	ifconfig \
3038666Sjb	init \
3138666Sjb	ip6fw \
3238666Sjb	ipfw \
3338666Sjb	kldconfig \
3417308Speter	kldload \
3591606Skeramida	kldstat \
3619175Sbde	kldunload \
3796205Sjwd	ldconfig \
3896205Sjwd	md5 \
3938042Sbde	mdconfig \
4096205Sjwd	mdmfs \
4196205Sjwd	mknod \
4238042Sbde	mount \
4396205Sjwd	mount_cd9660 \
4496205Sjwd	mount_ext2fs \
4517308Speter	mount_msdosfs \
4696205Sjwd	mount_nfs \
4796205Sjwd	mount_ntfs \
4817308Speter	mount_nullfs \
4996205Sjwd	mount_portalfs \
5096205Sjwd	mount_std \
5196205Sjwd	mount_udf \
5296205Sjwd	mount_umapfs \
5396205Sjwd	mount_unionfs \
5496205Sjwd	natd \
5596205Sjwd	newfs \
5696205Sjwd	newfs_msdos \
5796205Sjwd	nfsiod \
5896205Sjwd	nologin \
5996205Sjwd	nos-tun \
6096205Sjwd	ping \
6198775Sdillon	ping6 \
6298723Sdillon	quotacheck \
6398723Sdillon	raidctl \
6498723Sdillon	rcorder \
6598723Sdillon	reboot \
6638666Sjb	restore \
6717308Speter	route \
6838666Sjb	routed \
6917308Speter	rtsol \
7027910Sasami	savecore \
7143226Sjkh	shutdown \
7243226Sjkh	slattach \
7343226Sjkh	spppcontrol \
7438666Sjb	startslip \
7527910Sasami	swapon \
7638666Sjb	sysctl \
7738666Sjb	tunefs \
7838666Sjb	umount \
7927910Sasami	vinum
8038666Sjb
8138666Sjb.if !defined(NO_IPFILTER)
8243226SjkhSUBDIR+=ipf \
8343226Sjkh	ipfs \
8427910Sasami	ipfstat \
8538666Sjb	ipmon \
8627910Sasami	ipnat
8717308Speter.endif
8838666Sjb
8938666Sjb.if ${MACHINE_ARCH} == "i386"
9017308SpeterSUBDIR+=cxconfig \
9195509Sru	mount_nwfs \
9295793Sru	mount_smbfs
9397252SruSUBDIR+=disklabel
9496164Sru.if ${MACHINE} == "pc98"
9595146SgshapiroSUBDIR+=fdisk_pc98
962061Sjkh.else
9797769SruSUBDIR+=fdisk
9897252Sru.endif
9997252Sru.endif
10095730Sru
10195793Sru.if ${MACHINE_ARCH} == "ia64"
10295730SruSUBDIR+=fdisk \
10395730Sru	disklabel \
10495730Sru	gpt \
10555026Smarcel	mca
10655026Smarcel.endif
10754324Smarcel
10817308Speter.if ${MACHINE_ARCH} == "alpha"
10938666SjbSUBDIR+=disklabel
11017308Speter.endif
11197252Sru
11238666Sjb.if ${MACHINE_ARCH} == "sparc64"
11354324SmarcelSUBDIR+=sunlabel
1142302Spaul.endif
11539206Sjkh
11639206Sjkh.include <bsd.subdir.mk>
11739206Sjkh