Makefile revision 161111
1#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 161111 2006-08-09 05:26:19Z sam $
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	extattr \
51	extattrctl \
52	faithd \
53	fdcontrol \
54	fdformat \
55	fdread \
56	fdwrite \
57	flowctl \
58	fwcontrol \
59	getfmac \
60	getpmac \
61	gstat \
62	${_i4b} \
63	ifmcstat \
64	inetd \
65	iostat \
66	${_ip6addrctl} \
67	ipfwpcap \
68	${_IPXrouted} \
69	jail \
70	jexec \
71	jls \
72	kbdcontrol \
73	kbdmap \
74	${_keyserv} \
75	${_kgmon} \
76	${_kgzip} \
77	kldxref \
78	lastlogin \
79	${_lpr} \
80	${_lptcontrol} \
81	lmcconfig \
82	${_mailstats} \
83	mailwrapper \
84	${_makemap} \
85	manctl \
86	memcontrol \
87	mergemaster \
88	mixer \
89	${_mld6query} \
90	mlxcontrol \
91	mountd \
92	${_mount_nwfs} \
93	mount_portalfs \
94	${_mount_smbfs} \
95	moused \
96	${_mptable} \
97	mrouted \
98	mtest \
99	mtree \
100	${_named} \
101	${_named-checkconf} \
102	${_named-checkzone} \
103	${_named.reload} \
104	${_ndiscvt} \
105	${_ndp} \
106	newsyslog \
107	nfsd \
108	ngctl \
109	nghook \
110	nologin \
111	ntp \
112	${_nvram} \
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_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_LPR} != "no"
269_lpr=		lpr
270.endif
271
272.if ${MK_SENDMAIL} != "no"
273_editmap=	editmap
274_mailstats=	mailstats
275_makemap=	makemap
276_praliases=	praliases
277_sendmail=	sendmail
278.endif
279
280.if ${MK_USB} != "no"
281_usbdevs=	usbdevs
282.endif
283
284.if ${MACHINE_ARCH} == "arm"
285_kgmon=		kgmon
286.endif
287
288.if ${MACHINE_ARCH} == "i386"
289_apm=		apm
290_apmd=		apmd
291_asf=		asf
292_btxld=		btxld
293.if ${MK_I4B} != "no"
294_i4b=		i4b
295.endif
296_kgmon=		kgmon
297_kgzip=		kgzip
298_lptcontrol=	lptcontrol
299.if ${MK_NCP} != "no"
300_mount_nwfs=	mount_nwfs
301.endif
302_mount_smbfs=	mount_smbfs
303_mptable=	mptable
304_ndiscvt=	ndiscvt
305_pccard=	pccard
306_pnpinfo=	pnpinfo
307.if ${MK_LIBPTHREAD} != "no"
308_pppctl=	pppctl
309.endif
310_sicontrol=	sicontrol
311_spkrtest=	spkrtest
312_zzz=		zzz
313.if ${MACHINE} == "i386" 
314.if ${MK_ACPI} != "no"
315_acpi=		acpi
316.endif
317_arlcontrol=	arlcontrol
318_boot0cfg=	boot0cfg
319_wlconfig=	wlconfig
320.elif ${MACHINE} == "pc98"
321_boot98cfg=	boot98cfg
322.endif
323.endif
324
325# kgzip: builds, but missing support files
326# mptable: broken (not 64 bit clean)
327# pnpinfo: crashes (not really useful anyway)
328.if ${MACHINE_ARCH} == "amd64"
329.if ${MK_ACPI} != "no"
330_acpi=		acpi
331.endif
332_asf=		asf
333_boot0cfg=	boot0cfg
334_btxld=		btxld
335_kgmon=		kgmon
336_lptcontrol=	lptcontrol
337.if ${MK_NCP} != "no"
338_mount_nwfs=	mount_nwfs
339.endif
340_mount_smbfs=	mount_smbfs
341_mptable=	mptable
342_ndiscvt=	ndiscvt
343.if ${MK_LIBPTHREAD} != "no"
344_pppctl=	pppctl
345.endif
346_sicontrol=	sicontrol
347_spkrtest=	spkrtest
348_zzz=		zzz
349.endif
350
351.if ${MACHINE_ARCH} == "ia64"
352.if ${MK_ACPI} != "no"
353_acpi=		acpi
354.endif
355_kgmon=		kgmon
356.if ${MK_LIBPTHREAD} != "no"
357_pppctl=	pppctl
358.endif
359_zzz=		zzz
360.endif
361
362.if ${MACHINE_ARCH} == "powerpc"
363_mount_smbfs=	mount_smbfs
364_nvram=		nvram
365.endif
366
367.if ${MACHINE_ARCH} == "sparc64"
368_eeprom=	eeprom
369_ofwdump=	ofwdump
370.if ${MK_LIBTHR} != "no"
371_pppctl=	pppctl
372.endif
373.endif
374
375.include <bsd.subdir.mk>
376