Makefile revision 156905
1#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 156905 2006-03-20 14:24:58Z ru $
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	cdcontrol \
31	chkgrp \
32	chown \
33	chroot \
34	ckdist \
35	config \
36	cron \
37	crunch \
38	ctm \
39	daemon \
40	dconschat \
41	devinfo \
42	digictl \
43	diskinfo \
44	${_dnssec-keygen} \
45	${_dnssec-signzone} \
46	${_editmap} \
47	edquota \
48	${_eeprom} \
49	${_elf2exe} \
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	${_ofwdump} \
113	${_pccard} \
114	pciconf \
115	${_pcvt} \
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_OPENSSL} != "no"
229_keyserv=	keyserv
230.endif
231
232.if ${MK_INET6} != "no"
233_mld6query=	mld6query
234_rip6query=	rip6query
235_route6d=	route6d
236_traceroute6=	traceroute6
237.endif
238
239.if ${MK_IPX} != "no"
240_IPXrouted=	IPXrouted
241.endif
242
243.if ${MK_NIS} != "no"
244_rpc.yppasswdd=	rpc.yppasswdd
245_rpc.ypupdated=	rpc.ypupdated
246_rpc.ypxfrd=	rpc.ypxfrd
247_ypbind=	ypbind
248_yp_mkdb=	yp_mkdb
249_yppoll=	yppoll
250_yppush=	yppush
251_ypserv=	ypserv
252_ypset=		ypset
253.endif
254
255.if ${MK_AUTHPF} != "no"
256_authpf=	authpf
257.endif
258
259.if ${MK_LPR} != "no"
260_lpr=		lpr
261.endif
262
263.if ${MK_SENDMAIL} != "no"
264_editmap=	editmap
265_mailstats=	mailstats
266_makemap=	makemap
267_praliases=	praliases
268_sendmail=	sendmail
269.endif
270
271.if ${MK_USB} != "no"
272_usbdevs=	usbdevs
273.endif
274
275.if ${MACHINE_ARCH} == "arm"
276_kgmon=		kgmon
277.endif
278
279.if ${MACHINE_ARCH} == "i386"
280_apm=		apm
281_apmd=		apmd
282_asf=		asf
283_btxld=		btxld
284.if ${MK_I4B} != "no"
285_i4b=		i4b
286.endif
287_kgmon=		kgmon
288_kgzip=		kgzip
289_lptcontrol=	lptcontrol
290.if ${MK_NCP} != "no"
291_mount_nwfs=	mount_nwfs
292.endif
293_mount_smbfs=	mount_smbfs
294_mptable=	mptable
295_ndiscvt=	ndiscvt
296_pccard=	pccard
297_pnpinfo=	pnpinfo
298.if ${MK_LIBPTHREAD} != "no"
299_pppctl=	pppctl
300.endif
301_sicontrol=	sicontrol
302_spkrtest=	spkrtest
303_zzz=		zzz
304.if ${MACHINE} == "i386" 
305.if ${MK_ACPI} != "no"
306_acpi=		acpi
307.endif
308_arlcontrol=	arlcontrol
309_boot0cfg=	boot0cfg
310.if ${MK_PCVT} != "no"
311_pcvt=		pcvt
312.endif
313_wlconfig=	wlconfig
314.elif ${MACHINE} == "pc98"
315_boot98cfg=	boot98cfg
316.endif
317.endif
318
319.if ${MACHINE_ARCH} == "alpha"
320_elf2exe=	elf2exe
321_pnpinfo=	pnpinfo
322.if ${MK_LIBC_R} != "no"
323_pppctl=	pppctl
324.endif
325.endif
326
327# kgzip: builds, but missing support files
328# mptable: broken (not 64 bit clean)
329# pnpinfo: crashes (not really useful anyway)
330.if ${MACHINE_ARCH} == "amd64"
331.if ${MK_ACPI} != "no"
332_acpi=		acpi
333.endif
334_asf=		asf
335_boot0cfg=	boot0cfg
336_btxld=		btxld
337_kgmon=		kgmon
338_lptcontrol=	lptcontrol
339.if ${MK_NCP} != "no"
340_mount_nwfs=	mount_nwfs
341.endif
342_mount_smbfs=	mount_smbfs
343_mptable=	mptable
344_ndiscvt=	ndiscvt
345.if ${MK_LIBPTHREAD} != "no"
346_pppctl=	pppctl
347.endif
348_sicontrol=	sicontrol
349_spkrtest=	spkrtest
350_zzz=		zzz
351.endif
352
353.if ${MACHINE_ARCH} == "ia64"
354.if ${MK_ACPI} != "no"
355_acpi=		acpi
356.endif
357_kgmon=		kgmon
358.if ${MK_LIBPTHREAD} != "no"
359_pppctl=	pppctl
360.endif
361_zzz=		zzz
362.endif
363
364.if ${MACHINE_ARCH} == "powerpc"
365_mount_smbfs=	mount_smbfs
366.endif
367
368.if ${MACHINE_ARCH} == "sparc64"
369_eeprom=	eeprom
370_ofwdump=	ofwdump
371.if ${MK_LIBC_R} != "no"
372_pppctl=	pppctl
373.endif
374.endif
375
376.include <bsd.subdir.mk>
377