Makefile revision 160892
1#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 160892 2006-08-01 22:19:01Z sobomax $
3
4.include <bsd.own.mk>
5
6# XXX MISSING:		mkproto
7SUBDIR=	ac \
8	accton \
9	${_acpi} \
10	adduser \
11	amd \
12	ancontrol \
13	${_apm} \
14	${_apmd} \
15	${_arlcontrol} \
16	arp \
17	${_audit} \
18	${_auditd} \
19	${_auditreduce} \
20	${_asf} \
21	${_atm} \
22	${_authpf} \
23	${_bluetooth} \
24	${_boot0cfg} \
25	${_boot98cfg} \
26	bootparamd \
27	bsnmpd \
28	${_btxld} \
29	burncd \
30	${_cached} \
31	cdcontrol \
32	chkgrp \
33	chown \
34	chroot \
35	ckdist \
36	config \
37	cron \
38	crunch \
39	ctm \
40	daemon \
41	dconschat \
42	devinfo \
43	digictl \
44	diskinfo \
45	${_dnssec-keygen} \
46	${_dnssec-signzone} \
47	${_editmap} \
48	edquota \
49	${_eeprom} \
50	${_elf2exe} \
51	extattr \
52	extattrctl \
53	faithd \
54	fdcontrol \
55	fdformat \
56	fdread \
57	fdwrite \
58	flowctl \
59	fwcontrol \
60	getfmac \
61	getpmac \
62	gstat \
63	${_i4b} \
64	ifmcstat \
65	inetd \
66	iostat \
67	${_ip6addrctl} \
68	ipfwpcap \
69	${_IPXrouted} \
70	jail \
71	jexec \
72	jls \
73	kbdcontrol \
74	kbdmap \
75	${_keyserv} \
76	${_kgmon} \
77	${_kgzip} \
78	kldxref \
79	lastlogin \
80	${_lpr} \
81	${_lptcontrol} \
82	lmcconfig \
83	${_mailstats} \
84	mailwrapper \
85	${_makemap} \
86	manctl \
87	memcontrol \
88	mergemaster \
89	mixer \
90	${_mld6query} \
91	mlxcontrol \
92	mountd \
93	${_mount_nwfs} \
94	mount_portalfs \
95	${_mount_smbfs} \
96	moused \
97	${_mptable} \
98	mrouted \
99	mtest \
100	mtree \
101	${_named} \
102	${_named-checkconf} \
103	${_named-checkzone} \
104	${_named.reload} \
105	${_ndiscvt} \
106	${_ndp} \
107	newsyslog \
108	nfsd \
109	ngctl \
110	nghook \
111	nologin \
112	ntp \
113	${_nvram} \
114	${_ofwdump} \
115	${_pccard} \
116	pciconf \
117	periodic \
118	pkg_install \
119	pmccontrol \
120	pmcstat \
121	${_pnpinfo} \
122	portsnap \
123	powerd \
124	ppp \
125	${_pppctl} \
126	pppd \
127	pppstats \
128	${_praliases} \
129	${_praudit} \
130	procctl \
131	pstat \
132	pw \
133	pwd_mkdb \
134	quot \
135	quotaon \
136	rarpd \
137	raycontrol \
138	repquota \
139	${_rip6query} \
140	rmt \
141	${_rndc} \
142	${_rndc-confgen} \
143	${_route6d} \
144	rpcbind \
145	rpc.lockd \
146	rpc.statd \
147	rpc.umntall \
148	${_rpc.yppasswdd} \
149	${_rpc.ypupdated} \
150	${_rpc.ypxfrd} \
151	${_rrenumd} \
152	${_rtadvd} \
153	rtprio \
154	${_rtsold} \
155	rwhod \
156	sa \
157	${_sendmail} \
158	setfmac \
159	setpmac \
160	${_sicontrol} \
161	sliplogin \
162	slstat \
163	smbmsg \
164	snapinfo \
165	${_spkrtest} \
166	spray \
167	${_sysinstall} \
168	syslogd \
169	tcpdchk \
170	tcpdmatch \
171	tcpdrop \
172	tcpdump \
173	timed \
174	traceroute \
175	${_traceroute6} \
176	trpt \
177	tzsetup \
178	ugidfw \
179	${_usbdevs} \
180	vidcontrol \
181	vipw \
182	vnconfig \
183	watch \
184	watchdogd \
185	wicontrol \
186	${_wlconfig} \
187	wpa \
188	${_ypbind} \
189	${_yp_mkdb} \
190	${_yppoll} \
191	${_yppush} \
192	${_ypserv} \
193	${_ypset} \
194	zic \
195	${_zzz}
196
197.if ${MACHINE_ARCH} != "arm"
198_sysinstall=	sysinstall
199.endif
200
201.if ${MK_ATM} != "no"
202_atm=		atm
203.endif
204
205.if ${MK_AUDIT} != "no"
206_audit= 	audit
207_auditd=	auditd
208_auditreduce=	auditreduce
209_praudit=	praudit
210.endif
211
212.if ${MK_BIND_DNSSEC} != "no" && ${MK_OPENSSL} != "no"
213_dnssec-keygen=		dnssec-keygen
214_dnssec-signzone=	dnssec-signzone
215.endif
216.if ${MK_BIND_NAMED} != "no"
217_named=			named
218_named-checkconf=	named-checkconf
219_named-checkzone=	named-checkzone
220_named.reload=		named.reload
221_rndc=			rndc
222_rndc-confgen=		rndc-confgen
223.endif
224
225.if ${MK_BLUETOOTH} != "no"
226_bluetooth=	bluetooth
227.endif
228
229.if ${MK_NS_CACHING} != "no"
230_cached=       cached
231.endif
232
233.if ${MK_OPENSSL} != "no"
234_keyserv=	keyserv
235.endif
236
237.if ${MK_INET6} != "no"
238_ip6addrctl=	ip6addrctl
239_mld6query=	mld6query
240_ndp=		ndp
241_rip6query=	rip6query
242_route6d=	route6d
243_rrenumd=	rrenumd
244_rtadvd=	rtadvd
245_rtsold=	rtsold
246_traceroute6=	traceroute6
247.endif
248
249.if ${MK_IPX} != "no"
250_IPXrouted=	IPXrouted
251.endif
252
253.if ${MK_NIS} != "no"
254_rpc.yppasswdd=	rpc.yppasswdd
255_rpc.ypupdated=	rpc.ypupdated
256_rpc.ypxfrd=	rpc.ypxfrd
257_ypbind=	ypbind
258_yp_mkdb=	yp_mkdb
259_yppoll=	yppoll
260_yppush=	yppush
261_ypserv=	ypserv
262_ypset=		ypset
263.endif
264
265.if ${MK_AUTHPF} != "no"
266_authpf=	authpf
267.endif
268
269.if ${MK_LPR} != "no"
270_lpr=		lpr
271.endif
272
273.if ${MK_SENDMAIL} != "no"
274_editmap=	editmap
275_mailstats=	mailstats
276_makemap=	makemap
277_praliases=	praliases
278_sendmail=	sendmail
279.endif
280
281.if ${MK_USB} != "no"
282_usbdevs=	usbdevs
283.endif
284
285.if ${MACHINE_ARCH} == "arm"
286_kgmon=		kgmon
287.endif
288
289.if ${MACHINE_ARCH} == "i386"
290_apm=		apm
291_apmd=		apmd
292_asf=		asf
293_btxld=		btxld
294.if ${MK_I4B} != "no"
295_i4b=		i4b
296.endif
297_kgmon=		kgmon
298_kgzip=		kgzip
299_lptcontrol=	lptcontrol
300.if ${MK_NCP} != "no"
301_mount_nwfs=	mount_nwfs
302.endif
303_mount_smbfs=	mount_smbfs
304_mptable=	mptable
305_ndiscvt=	ndiscvt
306_pccard=	pccard
307_pnpinfo=	pnpinfo
308.if ${MK_LIBPTHREAD} != "no"
309_pppctl=	pppctl
310.endif
311_sicontrol=	sicontrol
312_spkrtest=	spkrtest
313_zzz=		zzz
314.if ${MACHINE} == "i386" 
315.if ${MK_ACPI} != "no"
316_acpi=		acpi
317.endif
318_arlcontrol=	arlcontrol
319_boot0cfg=	boot0cfg
320_wlconfig=	wlconfig
321.elif ${MACHINE} == "pc98"
322_boot98cfg=	boot98cfg
323.endif
324.endif
325
326.if ${MACHINE_ARCH} == "alpha"
327_elf2exe=	elf2exe
328_pnpinfo=	pnpinfo
329.if ${MK_LIBTHR} != "no"
330_pppctl=	pppctl
331.endif
332.endif
333
334# kgzip: builds, but missing support files
335# mptable: broken (not 64 bit clean)
336# pnpinfo: crashes (not really useful anyway)
337.if ${MACHINE_ARCH} == "amd64"
338.if ${MK_ACPI} != "no"
339_acpi=		acpi
340.endif
341_asf=		asf
342_boot0cfg=	boot0cfg
343_btxld=		btxld
344_kgmon=		kgmon
345_lptcontrol=	lptcontrol
346.if ${MK_NCP} != "no"
347_mount_nwfs=	mount_nwfs
348.endif
349_mount_smbfs=	mount_smbfs
350_mptable=	mptable
351_ndiscvt=	ndiscvt
352.if ${MK_LIBPTHREAD} != "no"
353_pppctl=	pppctl
354.endif
355_sicontrol=	sicontrol
356_spkrtest=	spkrtest
357_zzz=		zzz
358.endif
359
360.if ${MACHINE_ARCH} == "ia64"
361.if ${MK_ACPI} != "no"
362_acpi=		acpi
363.endif
364_kgmon=		kgmon
365.if ${MK_LIBPTHREAD} != "no"
366_pppctl=	pppctl
367.endif
368_zzz=		zzz
369.endif
370
371.if ${MACHINE_ARCH} == "powerpc"
372_mount_smbfs=	mount_smbfs
373_nvram=		nvram
374.endif
375
376.if ${MACHINE_ARCH} == "sparc64"
377_eeprom=	eeprom
378_ofwdump=	ofwdump
379.if ${MK_LIBTHR} != "no"
380_pppctl=	pppctl
381.endif
382.endif
383
384.include <bsd.subdir.mk>
385