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