Makefile revision 179308
1#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 179308 2008-05-25 22:11:40Z rwatson $
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	${_asf} \
18	${_atm} \
19	${_audit} \
20	${_auditd} \
21	${_auditreduce} \
22	${_authpf} \
23	${_bluetooth} \
24	${_boot0cfg} \
25	${_boot98cfg} \
26	bootparamd \
27	bsnmpd \
28	${_btxld} \
29	burncd \
30	cdcontrol \
31	chkgrp \
32	chown \
33	chroot \
34	ckdist \
35	clear_locks \
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	fifolog \
58	flowctl \
59	freebsd-update \
60	${_ftp-proxy} \
61	fwcontrol \
62	getfmac \
63	getpmac \
64	gstat \
65	${_i4b} \
66	ifmcstat \
67	inetd \
68	iostat \
69	${_ip6addrctl} \
70	ipfwpcap \
71	${_IPXrouted} \
72	jail \
73	jexec \
74	jls \
75	kbdcontrol \
76	kbdmap \
77	${_keyserv} \
78	${_kgmon} \
79	${_kgzip} \
80	kldxref \
81	lastlogin \
82	lmcconfig \
83	${_lpr} \
84	${_lptcontrol} \
85	${_mailstats} \
86	mailwrapper \
87	${_makemap} \
88	manctl \
89	memcontrol \
90	mergemaster \
91	mixer \
92	${_mld6query} \
93	mlxcontrol \
94	mountd \
95	${_mount_nwfs} \
96	mount_portalfs \
97	${_mount_smbfs} \
98	moused \
99	${_mptable} \
100	mtest \
101	mtree \
102	${_named} \
103	${_named-checkconf} \
104	${_named-checkzone} \
105	${_named.reload} \
106	${_ndiscvt} \
107	${_ndp} \
108	newsyslog \
109	nfsd \
110	ngctl \
111	nghook \
112	nologin \
113	${_nscd} \
114	ntp \
115	${_nvram} \
116	${_ofwdump} \
117	pccard \
118	pciconf \
119	periodic \
120	pkg_install \
121	pmccontrol \
122	pmcstat \
123	${_pnpinfo} \
124	portsnap \
125	powerd \
126	ppp \
127	${_pppctl} \
128	pppd \
129	pppstats \
130	${_praliases} \
131	${_praudit} \
132	procctl \
133	pstat \
134	pw \
135	pwd_mkdb \
136	quot \
137	quotaon \
138	rarpd \
139	raycontrol \
140	repquota \
141	${_rip6query} \
142	rmt \
143	${_rndc} \
144	${_rndc-confgen} \
145	${_route6d} \
146	rpcbind \
147	rpc.lockd \
148	rpc.statd \
149	rpc.umntall \
150	${_rpc.yppasswdd} \
151	${_rpc.ypupdated} \
152	${_rpc.ypxfrd} \
153	${_rrenumd} \
154	${_rtadvd} \
155	rtprio \
156	${_rtsold} \
157	rwhod \
158	sa \
159	sade \
160	${_sendmail} \
161	setfib \
162	setfmac \
163	setpmac \
164	${_sicontrol} \
165	sliplogin \
166	slstat \
167	smbmsg \
168	snapinfo \
169	${_spkrtest} \
170	spray \
171	${_sysinstall} \
172	syslogd \
173	tcpdchk \
174	tcpdmatch \
175	tcpdrop \
176	tcpdump \
177	timed \
178	traceroute \
179	${_traceroute6} \
180	trpt \
181	tzsetup \
182	ugidfw \
183	${_usbdevs} \
184	vidcontrol \
185	vipw \
186	watch \
187	watchdogd \
188	wlandebug \
189	${_wlconfig} \
190	wpa \
191	${_ypbind} \
192	${_yp_mkdb} \
193	${_yppoll} \
194	${_yppush} \
195	${_ypserv} \
196	${_ypset} \
197	zic \
198	${_zzz}
199
200.if ${MACHINE_ARCH} != "arm"
201_sysinstall=	sysinstall
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_OPENSSL} != "no"
229_keyserv=	keyserv
230.endif
231
232.if ${MK_PF} != "no"
233_ftp-proxy=	ftp-proxy
234.endif
235
236.if ${MK_INET6} != "no"
237_faithd=	faithd
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_LIBTHR} != "no"
270_pppctl=	pppctl
271.endif
272
273.if ${MK_LPR} != "no"
274_lpr=		lpr
275.endif
276
277.if ${MK_NS_CACHING} != "no"
278.if ${MK_LIBTHR} != "no"
279_nscd=		nscd
280.endif
281.endif
282
283.if ${MK_SENDMAIL} != "no"
284_editmap=	editmap
285_mailstats=	mailstats
286_makemap=	makemap
287_praliases=	praliases
288_sendmail=	sendmail
289.endif
290
291.if ${MK_USB} != "no"
292_usbdevs=	usbdevs
293.endif
294
295.if ${MACHINE_ARCH} == "arm"
296_kgmon=		kgmon
297.endif
298
299.if ${MACHINE_ARCH} == "i386"
300_apm=		apm
301_apmd=		apmd
302_asf=		asf
303_btxld=		btxld
304.if ${MK_I4B} != "no"
305_i4b=		i4b
306.endif
307_kgmon=		kgmon
308_kgzip=		kgzip
309_lptcontrol=	lptcontrol
310.if ${MK_NCP} != "no"
311_mount_nwfs=	mount_nwfs
312.endif
313_mount_smbfs=	mount_smbfs
314_mptable=	mptable
315_ndiscvt=	ndiscvt
316_pnpinfo=	pnpinfo
317_sicontrol=	sicontrol
318_spkrtest=	spkrtest
319_zzz=		zzz
320.if ${MACHINE} == "i386" 
321.if ${MK_ACPI} != "no"
322_acpi=		acpi
323.endif
324_arlcontrol=	arlcontrol
325_boot0cfg=	boot0cfg
326_wlconfig=	wlconfig
327.elif ${MACHINE} == "pc98"
328_boot98cfg=	boot98cfg
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_sicontrol=	sicontrol
351_spkrtest=	spkrtest
352_zzz=		zzz
353.endif
354
355.if ${MACHINE_ARCH} == "ia64"
356.if ${MK_ACPI} != "no"
357_acpi=		acpi
358.endif
359_kgmon=		kgmon
360_mount_smbfs=	mount_smbfs
361_zzz=		zzz
362.endif
363
364.if ${MACHINE_ARCH} == "powerpc"
365_mount_smbfs=	mount_smbfs
366_nvram=		nvram
367_ofwdump=	ofwdump
368.endif
369
370.if ${MACHINE_ARCH} == "sparc64"
371_eeprom=	eeprom
372_ofwdump=	ofwdump
373.endif
374
375.include <bsd.subdir.mk>
376