Makefile revision 160754
1#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 160754 2006-07-27 15:28:22Z yar $
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	${_ofwdump} \
114	${_pccard} \
115	pciconf \
116	periodic \
117	pkg_install \
118	pmccontrol \
119	pmcstat \
120	${_pnpinfo} \
121	portsnap \
122	powerd \
123	ppp \
124	${_pppctl} \
125	pppd \
126	pppstats \
127	${_praliases} \
128	${_praudit} \
129	procctl \
130	pstat \
131	pw \
132	pwd_mkdb \
133	quot \
134	quotaon \
135	rarpd \
136	raycontrol \
137	repquota \
138	${_rip6query} \
139	rmt \
140	${_rndc} \
141	${_rndc-confgen} \
142	${_route6d} \
143	rpcbind \
144	rpc.lockd \
145	rpc.statd \
146	rpc.umntall \
147	${_rpc.yppasswdd} \
148	${_rpc.ypupdated} \
149	${_rpc.ypxfrd} \
150	${_rrenumd} \
151	${_rtadvd} \
152	rtprio \
153	${_rtsold} \
154	rwhod \
155	sa \
156	${_sendmail} \
157	setfmac \
158	setpmac \
159	${_sicontrol} \
160	sliplogin \
161	slstat \
162	smbmsg \
163	snapinfo \
164	${_spkrtest} \
165	spray \
166	${_sysinstall} \
167	syslogd \
168	tcpdchk \
169	tcpdmatch \
170	tcpdrop \
171	tcpdump \
172	timed \
173	traceroute \
174	${_traceroute6} \
175	trpt \
176	tzsetup \
177	ugidfw \
178	${_usbdevs} \
179	vidcontrol \
180	vipw \
181	vnconfig \
182	watch \
183	watchdogd \
184	wicontrol \
185	${_wlconfig} \
186	wpa \
187	${_ypbind} \
188	${_yp_mkdb} \
189	${_yppoll} \
190	${_yppush} \
191	${_ypserv} \
192	${_ypset} \
193	zic \
194	${_zzz}
195
196.if ${MACHINE_ARCH} != "arm"
197_sysinstall=	sysinstall
198.endif
199
200.if ${MK_ATM} != "no"
201_atm=		atm
202.endif
203
204.if ${MK_AUDIT} != "no"
205_audit= 	audit
206_auditd=	auditd
207_auditreduce=	auditreduce
208_praudit=	praudit
209.endif
210
211.if ${MK_BIND_DNSSEC} != "no" && ${MK_OPENSSL} != "no"
212_dnssec-keygen=		dnssec-keygen
213_dnssec-signzone=	dnssec-signzone
214.endif
215.if ${MK_BIND_NAMED} != "no"
216_named=			named
217_named-checkconf=	named-checkconf
218_named-checkzone=	named-checkzone
219_named.reload=		named.reload
220_rndc=			rndc
221_rndc-confgen=		rndc-confgen
222.endif
223
224.if ${MK_BLUETOOTH} != "no"
225_bluetooth=	bluetooth
226.endif
227
228.if ${MK_NS_CACHING} != "no"
229_cached=       cached
230.endif
231
232.if ${MK_OPENSSL} != "no"
233_keyserv=	keyserv
234.endif
235
236.if ${MK_INET6} != "no"
237_mld6query=	mld6query
238_ndp=		ndp
239_rip6query=	rip6query
240_route6d=	route6d
241_rrenumd=	rrenumd
242_rtadvd=	rtadvd
243_rtsold=	rtsold
244_traceroute6=	traceroute6
245.endif
246
247.if ${MK_IPX} != "no"
248_IPXrouted=	IPXrouted
249.endif
250
251.if ${MK_NIS} != "no"
252_rpc.yppasswdd=	rpc.yppasswdd
253_rpc.ypupdated=	rpc.ypupdated
254_rpc.ypxfrd=	rpc.ypxfrd
255_ypbind=	ypbind
256_yp_mkdb=	yp_mkdb
257_yppoll=	yppoll
258_yppush=	yppush
259_ypserv=	ypserv
260_ypset=		ypset
261.endif
262
263.if ${MK_AUTHPF} != "no"
264_authpf=	authpf
265.endif
266
267.if ${MK_LPR} != "no"
268_lpr=		lpr
269.endif
270
271.if ${MK_SENDMAIL} != "no"
272_editmap=	editmap
273_mailstats=	mailstats
274_makemap=	makemap
275_praliases=	praliases
276_sendmail=	sendmail
277.endif
278
279.if ${MK_USB} != "no"
280_usbdevs=	usbdevs
281.endif
282
283.if ${MACHINE_ARCH} == "arm"
284_kgmon=		kgmon
285.endif
286
287.if ${MACHINE_ARCH} == "i386"
288_apm=		apm
289_apmd=		apmd
290_asf=		asf
291_btxld=		btxld
292.if ${MK_I4B} != "no"
293_i4b=		i4b
294.endif
295_kgmon=		kgmon
296_kgzip=		kgzip
297_lptcontrol=	lptcontrol
298.if ${MK_NCP} != "no"
299_mount_nwfs=	mount_nwfs
300.endif
301_mount_smbfs=	mount_smbfs
302_mptable=	mptable
303_ndiscvt=	ndiscvt
304_pccard=	pccard
305_pnpinfo=	pnpinfo
306.if ${MK_LIBPTHREAD} != "no"
307_pppctl=	pppctl
308.endif
309_sicontrol=	sicontrol
310_spkrtest=	spkrtest
311_zzz=		zzz
312.if ${MACHINE} == "i386" 
313.if ${MK_ACPI} != "no"
314_acpi=		acpi
315.endif
316_arlcontrol=	arlcontrol
317_boot0cfg=	boot0cfg
318_wlconfig=	wlconfig
319.elif ${MACHINE} == "pc98"
320_boot98cfg=	boot98cfg
321.endif
322.endif
323
324.if ${MACHINE_ARCH} == "alpha"
325_elf2exe=	elf2exe
326_pnpinfo=	pnpinfo
327.if ${MK_LIBTHR} != "no"
328_pppctl=	pppctl
329.endif
330.endif
331
332# kgzip: builds, but missing support files
333# mptable: broken (not 64 bit clean)
334# pnpinfo: crashes (not really useful anyway)
335.if ${MACHINE_ARCH} == "amd64"
336.if ${MK_ACPI} != "no"
337_acpi=		acpi
338.endif
339_asf=		asf
340_boot0cfg=	boot0cfg
341_btxld=		btxld
342_kgmon=		kgmon
343_lptcontrol=	lptcontrol
344.if ${MK_NCP} != "no"
345_mount_nwfs=	mount_nwfs
346.endif
347_mount_smbfs=	mount_smbfs
348_mptable=	mptable
349_ndiscvt=	ndiscvt
350.if ${MK_LIBPTHREAD} != "no"
351_pppctl=	pppctl
352.endif
353_sicontrol=	sicontrol
354_spkrtest=	spkrtest
355_zzz=		zzz
356.endif
357
358.if ${MACHINE_ARCH} == "ia64"
359.if ${MK_ACPI} != "no"
360_acpi=		acpi
361.endif
362_kgmon=		kgmon
363.if ${MK_LIBPTHREAD} != "no"
364_pppctl=	pppctl
365.endif
366_zzz=		zzz
367.endif
368
369.if ${MACHINE_ARCH} == "powerpc"
370_mount_smbfs=	mount_smbfs
371.endif
372
373.if ${MACHINE_ARCH} == "sparc64"
374_eeprom=	eeprom
375_ofwdump=	ofwdump
376.if ${MK_LIBTHR} != "no"
377_pppctl=	pppctl
378.endif
379.endif
380
381.include <bsd.subdir.mk>
382