Makefile revision 117559
175584Sru#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
2151497Sru# $FreeBSD: head/usr.sbin/Makefile 117559 2003-07-14 16:36:40Z njl $
3151497Sru
475584Sru.if ${MACHINE_ARCH} != "powerpc"
575584Sru_sysinstall=sysinstall
675584Sru.endif
775584Sru
875584Sru# XXX MISSING:		mkproto
975584SruSUBDIR=	IPXrouted \
1075584Sru	ac \
1175584Sru	accton \
1275584Sru	adduser \
1375584Sru	amd \
1475584Sru	ancontrol \
1575584Sru	arp \
1675584Sru	atm \
1775584Sru	bootparamd \
1875584Sru	burncd \
1975584Sru	cdcontrol \
20151497Sru	chkgrp \
2175584Sru	chown \
2275584Sru	chroot \
2375584Sru	ckdist \
2475584Sru	config \
2575584Sru	cron \
2675584Sru	crunch \
2775584Sru	ctm \
2875584Sru	daemon \
2975584Sru	devinfo \
3075584Sru	digictl \
3175584Sru	diskinfo \
3275584Sru	edquota \
3375584Sru	extattr \
3475584Sru	extattrctl \
3575584Sru	faithd \
3675584Sru	fdcontrol \
3775584Sru	fdformat \
3875584Sru	fdread \
3975584Sru	fdwrite \
4075584Sru	fwcontrol \
4175584Sru	getfmac \
4275584Sru	getpmac \
4375584Sru	gstat \
4475584Sru	ifmcstat \
4575584Sru	inetd \
4675584Sru	iostat \
47151497Sru	jail \
4875584Sru	jexec \
4975584Sru	jls \
5075584Sru	kbdcontrol \
5175584Sru	kbdmap \
5275584Sru	kernbb \
5375584Sru	kldxref \
5475584Sru	lastlogin \
5575584Sru	mailwrapper \
5675584Sru	manctl \
5775584Sru	memcontrol \
5875584Sru	mergemaster \
5975584Sru	mixer \
6075584Sru	mld6query \
6175584Sru	mlxcontrol \
6275584Sru	mount_portalfs \
6375584Sru	mountd \
6475584Sru	moused \
6575584Sru	mrouted \
6675584Sru	mtest \
6775584Sru	mtree \
6875584Sru	ndp \
6975584Sru	newsyslog \
7075584Sru	nfsd \
71114402Sru	ngctl \
72114402Sru	ntp \
73114402Sru	nghook \
74114402Sru	pciconf \
7575584Sru	periodic \
7675584Sru	pkg_install \
7775584Sru	ppp \
7875584Sru	pppd \
7975584Sru	pppstats \
8075584Sru	procctl \
8175584Sru	pstat \
8275584Sru	pw \
8375584Sru	pwd_mkdb \
8475584Sru	quot \
8575584Sru	quotaon \
8675584Sru	rarpd \
8775584Sru	raycontrol \
8875584Sru	repquota \
8975584Sru	rip6query \
9075584Sru	rmt \
9175584Sru	route6d \
92114402Sru	rpcbind \
9375584Sru	rpc.lockd \
9475584Sru	rpc.statd \
9575584Sru	rpc.umntall \
9675584Sru	rpc.yppasswdd \
9775584Sru	rpc.ypupdated \
9875584Sru	rpc.ypxfrd \
9975584Sru	rrenumd \
10075584Sru	rtadvd \
10175584Sru	rtprio \
10275584Sru	rtsold \
10375584Sru	rwhod \
10475584Sru	sa \
10575584Sru	setfmac \
106114402Sru	setkey \
10775584Sru	setpmac \
10875584Sru	sliplogin \
10975584Sru	slstat \
11075584Sru	spray \
11175584Sru	${_sysinstall} \
11275584Sru	syslogd \
11375584Sru	tcpdchk \
11475584Sru	tcpdmatch \
11575584Sru	tcpdump \
11675584Sru	timed \
11775584Sru	traceroute \
11875584Sru	traceroute6 \
11975584Sru	trpt \
12075584Sru	tzsetup \
12175584Sru	ugidfw \
12275584Sru	usbd \
12375584Sru	usbdevs \
12475584Sru	vidcontrol \
12575584Sru	vipw \
12675584Sru	vnconfig \
12775584Sru	watch \
12875584Sru	watchdogd \
12975584Sru	wicontrol \
13075584Sru	yp_mkdb \
13175584Sru	ypbind \
13275584Sru	yppoll \
13375584Sru	yppush \
13475584Sru	ypserv \
13575584Sru	ypset \
13675584Sru	zic
13775584Sru
13875584Sru.if !defined(NO_IPFILTER)
13975584SruSUBDIR+=ipftest \
14075584Sru	ipresend \
14175584Sru	ipsend \
14275584Sru	iptest
14375584Sru.endif
14475584Sru
14575584Sru.if !defined(NOLIBC_R)
14675584SruSUBDIR+=pppctl
14775584Sru.endif
14875584Sru
14975584Sru.if !defined(NO_BIND)
15075584SruSUBDIR+=named \
15175584Sru	named.reload \
15275584Sru	named.restart \
15375584Sru	ndc \
15475584Sru	nslookup \
15575584Sru	nsupdate
15675584Sru.endif
15775584Sru
15875584Sru.if !defined(NO_LPR)
15975584SruSUBDIR+=lpr
16075584Sru.endif
16175584Sru
16275584Sru.if !defined(NO_SENDMAIL)
16375584SruSUBDIR+=editmap \
16475584Sru	mailstats \
16575584Sru	makemap \
16675584Sru	praliases \
16775584Sru	sendmail
16875584Sru.endif
16975584Sru
17075584Sru.if ${MACHINE_ARCH} == "alpha"
17175584SruSUBDIR+=elf2exe \
17275584Sru	pnpinfo
173.endif
174
175.if ${MACHINE_ARCH} == "i386"
176SUBDIR+=acpi \
177	apm \
178	apmd \
179	btxld \
180	kgmon \
181	kgzip \
182	lptcontrol \
183	mount_nwfs \
184	mount_smbfs \
185	mptable \
186	pccard \
187	pcvt \
188	pnpinfo \
189	sgsc \
190	sicontrol \
191	spkrtest \
192	stallion \
193	wlconfig \
194	zzz
195.if !defined(NO_I4B)
196SUBDIR+=i4b
197.endif
198.endif
199
200.if ${MACHINE_ARCH} == "amd64"
201SUBDIR+= btxld
202.endif
203
204.if ${MACHINE} == "i386"
205SUBDIR+=boot0cfg
206.endif
207
208.if ${MACHINE} == "pc98"
209SUBDIR+=boot98cfg
210.endif
211
212.if ${MACHINE_ARCH} == "sparc64"
213SUBDIR+=ofwdump
214.endif
215
216.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
217SUBDIR+=keyserv
218.endif
219
220.include <bsd.subdir.mk>
221