Makefile revision 151270
11558Srgrimes#	@(#)Makefile	8.5 (Berkeley) 3/31/94
250476Speter# $FreeBSD: head/sbin/Makefile 151270 2005-10-12 21:40:41Z pjd $
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 \
61147516Sdumbbell	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} \
84151270Spjd	setkey \
8538653Sgpalmer	shutdown \
8638653Sgpalmer	slattach \
8741061Sbde	spppcontrol \
8838653Sgpalmer	startslip \
89116473Sphk	sunlabel \
9085469Sru	swapon \
9146878Sobrien	sysctl \
9238653Sgpalmer	tunefs \
93124587Sru	umount \
9410855Sjoerg
95139105Sru.if !defined(NO_ATM)
96124587Sru_atm=		atm
97119506Sphk.endif
98119506Sphk
99111202Sobrien.if !defined(NO_CXX)
100124587Sru_devd=		devd
101111202Sobrien.endif
102111202Sobrien
10392868Sru.if !defined(NO_IPFILTER)
104124587Sru_ipf=		ipf
10592868Sru.endif
10692868Sru
107126756Smlaier.if !defined(NO_PF)
108126756Smlaier_pfctl=		pfctl
109126756Smlaier_pflogd=	pflogd
110126756Smlaier.endif
111126756Smlaier
112139115Sru.if !defined(NO_INET6)
113124587Sru_ip6fw=		ip6fw
114124587Sru_ping6=		ping6
115119506Sphk.endif
116119506Sphk
11785954Speter.if ${MACHINE_ARCH} == "i386"
118124587Sru.if ${MACHINE} == "i386"
119124587Sru_fdisk=		fdisk
120124587Sru.elif ${MACHINE} == "pc98"
121124587Sru_fdisk_pc98=	fdisk_pc98
12244317Sjkh.endif
123124587Sru_sconfig=	sconfig
12486032Speter.endif
12544317Sjkh
126124587Sru.if ${MACHINE_ARCH} == "amd64"
127124587Sru_fdisk=		fdisk
12838458Sjb.endif
12938458Sjb
130150876Scognet.if ${MACHINE_ARCH} == "arm"
131150876Scognet_fdisk=		fdisk
132150876Scognet.endif
133150876Scognet
134124587Sru.if ${MACHINE_ARCH} == "ia64"
135124587Sru_fdisk=		fdisk
136124587Sru_mca=		mca
137115110Speter.endif
138115110Speter
1391558Srgrimes.include <bsd.subdir.mk>
140