Makefile revision 150850
133236Sjdp#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
233236Sjdp# $FreeBSD: head/usr.sbin/Makefile 150850 2005-10-03 07:09:41Z scottl $
333236Sjdp
433236Sjdp# XXX MISSING:		mkproto
533236SjdpSUBDIR=	ac \
633236Sjdp	accton \
733236Sjdp	${_acpi} \
833236Sjdp	adduser \
933236Sjdp	amd \
1033236Sjdp	ancontrol \
1133236Sjdp	${_apm} \
1233236Sjdp	${_apmd} \
1333236Sjdp	${_arlcontrol} \
1433236Sjdp	arp \
1533236Sjdp	${_asf} \
1633236Sjdp	${_atm} \
1733236Sjdp	${_authpf} \
1833236Sjdp	${_bluetooth} \
1933236Sjdp	${_boot0cfg} \
2033236Sjdp	${_boot98cfg} \
2133236Sjdp	bootparamd \
2233236Sjdp	bsnmpd \
2333236Sjdp	${_btxld} \
2433236Sjdp	burncd \
2533236Sjdp	cdcontrol \
2633236Sjdp	chkgrp \
2733236Sjdp	chown \
2833236Sjdp	chroot \
2933236Sjdp	ckdist \
3033236Sjdp	config \
3133236Sjdp	cron \
3233236Sjdp	crunch \
3350473Speter	ctm \
3433236Sjdp	daemon \
3533236Sjdp	dconschat \
3633236Sjdp	devinfo \
3733236Sjdp	digictl \
3833236Sjdp	diskinfo \
3933236Sjdp	${_dnssec-keygen} \
4033236Sjdp	${_dnssec-signzone} \
4133236Sjdp	${_editmap} \
4233236Sjdp	edquota \
4333236Sjdp	${_eeprom} \
4433236Sjdp	${_elf2exe} \
4533236Sjdp	extattr \
4633236Sjdp	extattrctl \
4733236Sjdp	faithd \
4833236Sjdp	fdcontrol \
4933236Sjdp	fdformat \
5033236Sjdp	fdread \
5133236Sjdp	fdwrite \
5233236Sjdp	flowctl \
5333236Sjdp	fwcontrol \
5433236Sjdp	getfmac \
5533236Sjdp	getpmac \
5633236Sjdp	gstat \
5733236Sjdp	${_i4b} \
5833236Sjdp	ifmcstat \
5933236Sjdp	inetd \
6033236Sjdp	iostat \
6133236Sjdp	ip6addrctl \
6233236Sjdp	IPXrouted \
6333236Sjdp	jail \
6433236Sjdp	jexec \
6533236Sjdp	jls \
6633236Sjdp	kbdcontrol \
6733236Sjdp	kbdmap \
6833236Sjdp	${_keyserv} \
6933236Sjdp	${_kgmon} \
7033236Sjdp	${_kgzip} \
7133236Sjdp	kldxref \
72	lastlogin \
73	${_lpr} \
74	${_lptcontrol} \
75	lmcconfig \
76	${_mailstats} \
77	mailwrapper \
78	${_makemap} \
79	manctl \
80	memcontrol \
81	mergemaster \
82	mixer \
83	${_mld6query} \
84	mlxcontrol \
85	mountd \
86	${_mount_nwfs} \
87	mount_portalfs \
88	${_mount_smbfs} \
89	moused \
90	${_mptable} \
91	mrouted \
92	mtest \
93	mtree \
94	${_named} \
95	${_named-checkconf} \
96	${_named-checkzone} \
97	${_named.reload} \
98	${_ndiscvt} \
99	ndp \
100	newsyslog \
101	nfsd \
102	ngctl \
103	nghook \
104	nologin \
105	ntp \
106	${_ofwdump} \
107	${_pccard} \
108	pciconf \
109	${_pcvt} \
110	periodic \
111	pkg_install \
112	pmccontrol \
113	pmcstat \
114	${_pnpinfo} \
115	portsnap \
116	powerd \
117	ppp \
118	${_pppctl} \
119	pppd \
120	pppstats \
121	${_praliases} \
122	procctl \
123	pstat \
124	pw \
125	pwd_mkdb \
126	quot \
127	quotaon \
128	rarpd \
129	raycontrol \
130	repquota \
131	${_rip6query} \
132	rmt \
133	${_rndc} \
134	${_rndc-confgen} \
135	${_route6d} \
136	rpcbind \
137	rpc.lockd \
138	rpc.statd \
139	rpc.umntall \
140	${_rpc.yppasswdd} \
141	${_rpc.ypupdated} \
142	${_rpc.ypxfrd} \
143	rrenumd \
144	rtadvd \
145	rtprio \
146	rtsold \
147	rwhod \
148	sa \
149	${_sendmail} \
150	setfmac \
151	setkey \
152	setpmac \
153	${_sicontrol} \
154	sliplogin \
155	slstat \
156	smbmsg \
157	snapinfo \
158	${_spkrtest} \
159	spray \
160	${_sysinstall} \
161	syslogd \
162	tcpdchk \
163	tcpdmatch \
164	tcpdrop \
165	tcpdump \
166	timed \
167	traceroute \
168	${_traceroute6} \
169	trpt \
170	tzsetup \
171	ugidfw \
172	${_usbd} \
173	${_usbdevs} \
174	vidcontrol \
175	vipw \
176	vnconfig \
177	watch \
178	watchdogd \
179	wicontrol \
180	${_wlconfig} \
181	wpa \
182	${_ypbind} \
183	${_yp_mkdb} \
184	${_yppoll} \
185	${_yppush} \
186	${_ypserv} \
187	${_ypset} \
188	zic \
189	${_zzz}
190
191.if ${MACHINE_ARCH} != "arm"
192_sysinstall=	sysinstall
193.endif
194
195.if !defined(NO_ATM)
196_atm=		atm
197.endif
198
199.if !defined(NO_BIND)
200.if !defined(NO_BIND_DNSSEC) && !defined(NO_CRYPT)
201_dnssec-keygen=		dnssec-keygen
202_dnssec-signzone=	dnssec-signzone
203.endif
204.if !defined(NO_BIND_NAMED)
205_named=			named
206_named-checkconf=	named-checkconf
207_named-checkzone=	named-checkzone
208_named.reload=		named.reload
209_rndc=			rndc
210_rndc-confgen=		rndc-confgen
211.endif
212.endif
213
214.if !defined(NO_BLUETOOTH)
215_bluetooth=	bluetooth
216.endif
217
218.if !defined(NO_CRYPT) && !defined(NO_OPENSSL)
219_keyserv=	keyserv
220.endif
221
222.if !defined(NO_INET6)
223_mld6query=	mld6query
224_rip6query=	rip6query
225_route6d=	route6d
226_traceroute6=	traceroute6
227.endif
228
229.if !defined(NO_NIS)
230_rpc.yppasswdd=	rpc.yppasswdd
231_rpc.ypupdated=	rpc.ypupdated
232_rpc.ypxfrd=	rpc.ypxfrd
233_ypbind=	ypbind
234_yp_mkdb=	yp_mkdb
235_yppoll=	yppoll
236_yppush=	yppush
237_ypserv=	ypserv
238_ypset=		ypset
239.endif
240
241.if !defined(NO_PF) && !defined(NO_AUTHPF)
242_authpf=	authpf
243.endif
244
245.if !defined(NO_LPR)
246_lpr=		lpr
247.endif
248
249.if !defined(NO_SENDMAIL)
250_editmap=	editmap
251_mailstats=	mailstats
252_makemap=	makemap
253_praliases=	praliases
254_sendmail=	sendmail
255.endif
256
257.if !defined(NO_USB)
258_usbd=		usbd
259_usbdevs=	usbdevs
260.endif
261
262.if ${MACHINE_ARCH} == "arm"
263_kgmon=		kgmon
264.endif
265
266.if ${MACHINE_ARCH} == "i386"
267_apm=		apm
268_apmd=		apmd
269_asf=		asf
270_btxld=		btxld
271.if !defined(NO_I4B)
272_i4b=		i4b
273.endif
274_kgmon=		kgmon
275_kgzip=		kgzip
276_lptcontrol=	lptcontrol
277_mount_nwfs=	mount_nwfs
278_mount_smbfs=	mount_smbfs
279_mptable=	mptable
280_ndiscvt=	ndiscvt
281_pccard=	pccard
282_pnpinfo=	pnpinfo
283.if !defined(NO_LIBPTHREAD)
284_pppctl=	pppctl
285.endif
286_sicontrol=	sicontrol
287_spkrtest=	spkrtest
288_zzz=		zzz
289.if ${MACHINE} == "i386" 
290.if !defined(NO_ACPI)
291_acpi=		acpi
292.endif
293_arlcontrol=	arlcontrol
294_boot0cfg=	boot0cfg
295.if !defined(NO_PCVT)
296_pcvt=		pcvt
297.endif
298_wlconfig=	wlconfig
299.elif ${MACHINE} == "pc98"
300_boot98cfg=	boot98cfg
301.endif
302.endif
303
304.if ${MACHINE_ARCH} == "alpha"
305_elf2exe=	elf2exe
306_pnpinfo=	pnpinfo
307.if !defined(NO_LIBC_R)
308_pppctl=	pppctl
309.endif
310.endif
311
312# kgzip: builds, but missing support files
313# mptable: broken (not 64 bit clean)
314# pnpinfo: crashes (not really useful anyway)
315.if ${MACHINE_ARCH} == "amd64"
316.if !defined(NO_ACPI)
317_acpi=		acpi
318.endif
319_asf=		asf
320_boot0cfg=	boot0cfg
321_btxld=		btxld
322_kgmon=		kgmon
323_lptcontrol=	lptcontrol
324_mount_nwfs=	mount_nwfs
325_mount_smbfs=	mount_smbfs
326_mptable=	mptable
327_ndiscvt=	ndiscvt
328.if !defined(NO_LIBPTHREAD)
329_pppctl=	pppctl
330.endif
331_sicontrol=	sicontrol
332_spkrtest=	spkrtest
333_zzz=		zzz
334.endif
335
336.if ${MACHINE_ARCH} == "ia64"
337.if !defined(NO_ACPI)
338_acpi=		acpi
339.endif
340_kgmon=		kgmon
341.if !defined(NO_LIBPTHREAD)
342_pppctl=	pppctl
343.endif
344_zzz=		zzz
345.endif
346
347.if ${MACHINE_ARCH} == "powerpc"
348_mount_smbfs=	mount_smbfs
349.endif
350
351.if ${MACHINE_ARCH} == "sparc64"
352_eeprom=	eeprom
353_ofwdump=	ofwdump
354.if !defined(NO_LIBC_R)
355_pppctl=	pppctl
356.endif
357.endif
358
359.include <bsd.subdir.mk>
360