Makefile revision 147089
11558Srgrimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
250476Speter# $FreeBSD: head/sbin/Makefile 147089 2005-06-07 04:49:37Z brooks $
31558Srgrimes
412481Speter# XXX MISSING:		icheck ncheck
51558Srgrimes
641061SbdeSUBDIR=	adjkerntz \
774448Ssos	atacontrol \
8124587Sru	${_atm} \
939271Sphk	badsect \
10114759Sphk	bsdlabel \
1139255Sgibbs	camcontrol \
1238653Sgpalmer	ccdconfig \
1338653Sgpalmer	clri \
1455980Speter	comcontrol \
1585380Sjlemon	conscontrol \
16124587Sru	${_devd} \
17100206Sdd	devfs \
18147089Sbrooks	dhclient \
1938653Sgpalmer	dmesg \
2038653Sgpalmer	dump \
2138653Sgpalmer	dumpfs \
2238653Sgpalmer	dumpon \
23124587Sru	${_fdisk} \
24124587Sru	${_fdisk_pc98} \
25118919Srwatson	ffsinfo \
2638653Sgpalmer	fsck \
2779458Sobrien	fsck_ffs \
2879457Sobrien	fsck_msdosfs \
2938653Sgpalmer	fsdb \
3038653Sgpalmer	fsirand \
31105513Sphk	gbde \
32129477Spjd	geom \
33128892Spjd	ggate \
34136933Smarcel	gpt \
3569800Stomsoft	growfs \
36133270Sle	gvinum \
3738653Sgpalmer	ifconfig \
3838653Sgpalmer	init \
39124587Sru	${_ip6fw} \
40124587Sru	${_ipf} \
4138653Sgpalmer	ipfw \
4278978Sroam	kldconfig \
4338653Sgpalmer	kldload \
4438653Sgpalmer	kldstat \
4538653Sgpalmer	kldunload \
4638843Sjb	ldconfig \
47124587Sru	${_mca} \
4838653Sgpalmer	md5 \
4970450Sphk	mdconfig \
5078448Sdd	mdmfs \
5138653Sgpalmer	mknod \
52111716Smckusick	mksnap_ffs \
5338653Sgpalmer	mount \
5438653Sgpalmer	mount_cd9660 \
5538653Sgpalmer	mount_ext2fs \
5677577Sru	mount_msdosfs \
5738653Sgpalmer	mount_nfs \
58124197Salfred	mount_nfs4 \
5943557Ssemenu	mount_ntfs \
6077042Sru	mount_nullfs \
61146601Smux	${_mount_reiserfs} \
6238653Sgpalmer	mount_std \
6394658Sscottl	mount_udf \
6477042Sru	mount_umapfs \
6577042Sru	mount_unionfs \
6644690Sbrian	natd \
6738653Sgpalmer	newfs \
6838653Sgpalmer	newfs_msdos \
69100636Speter	nfsiod \
7038653Sgpalmer	nos-tun \
71126756Smlaier	${_pfctl} \
72126756Smlaier	${_pflogd} \
7338653Sgpalmer	ping \
74124587Sru	${_ping6} \
7538653Sgpalmer	quotacheck \
7698187Sgordon	rcorder \
7738653Sgpalmer	reboot \
7838653Sgpalmer	restore \
7938653Sgpalmer	route \
8038653Sgpalmer	routed \
8155163Sshin	rtsol \
8293651Smarcel	savecore \
83124587Sru	${_sconfig} \
8438653Sgpalmer	shutdown \
8538653Sgpalmer	slattach \
8641061Sbde	spppcontrol \
8738653Sgpalmer	startslip \
88116473Sphk	sunlabel \
8985469Sru	swapon \
9046878Sobrien	sysctl \
9138653Sgpalmer	tunefs \
92124587Sru	umount \
9310855Sjoerg
94139105Sru.if !defined(NO_ATM)
95124587Sru_atm=		atm
96119506Sphk.endif
97119506Sphk
98111202Sobrien.if !defined(NO_CXX)
99124587Sru_devd=		devd
100111202Sobrien.endif
101111202Sobrien
10292868Sru.if !defined(NO_IPFILTER)
103124587Sru_ipf=		ipf
10492868Sru.endif
10592868Sru
106126756Smlaier.if !defined(NO_PF)
107126756Smlaier_pfctl=		pfctl
108126756Smlaier_pflogd=	pflogd
109126756Smlaier.endif
110126756Smlaier
111139115Sru.if !defined(NO_INET6)
112124587Sru_ip6fw=		ip6fw
113124587Sru_ping6=		ping6
114119506Sphk.endif
115119506Sphk
11685954Speter.if ${MACHINE_ARCH} == "i386"
117124587Sru.if ${MACHINE} == "i386"
118124587Sru_fdisk=		fdisk
119124587Sru.elif ${MACHINE} == "pc98"
120124587Sru_fdisk_pc98=	fdisk_pc98
12144317Sjkh.endif
122146607Sru_mount_reiserfs= mount_reiserfs
123124587Sru_sconfig=	sconfig
12486032Speter.endif
12544317Sjkh
126124587Sru.if ${MACHINE_ARCH} == "amd64"
127124587Sru_fdisk=		fdisk
12838458Sjb.endif
12938458Sjb
130124587Sru.if ${MACHINE_ARCH} == "ia64"
131124587Sru_fdisk=		fdisk
132124587Sru_mca=		mca
133115110Speter.endif
134115110Speter
1351558Srgrimes.include <bsd.subdir.mk>
136