Makefile revision 129333
1#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 129333 2004-05-17 10:57:03Z joerg $
3
4# XXX MISSING:		mkproto
5SUBDIR=	ac \
6	accton \
7	${_acpi} \
8	adduser \
9	amd \
10	ancontrol \
11	${_apm} \
12	${_apmd} \
13	${_arlconfig} \
14	arp \
15	${_asf} \
16	${_atm} \
17	${_authpf} \
18	${_bluetooth} \
19	${_boot0cfg} \
20	${_boot98cfg} \
21	bootparamd \
22	bsnmpd \
23	${_btxld} \
24	burncd \
25	cdcontrol \
26	chkgrp \
27	chown \
28	chroot \
29	ckdist \
30	config \
31	cron \
32	crunch \
33	ctm \
34	daemon \
35	dconschat \
36	devinfo \
37	digictl \
38	diskinfo \
39	${_editmap} \
40	edquota \
41	${_elf2exe} \
42	extattr \
43	extattrctl \
44	faithd \
45	fdcontrol \
46	fdformat \
47	fdread \
48	fdwrite \
49	fwcontrol \
50	getfmac \
51	getpmac \
52	gstat \
53	${_i4b} \
54	ifmcstat \
55	inetd \
56	iostat \
57	ip6addrctl \
58	${_ipftest} \
59	${_ipresend} \
60	${_ipsend} \
61	${_iptest} \
62	IPXrouted \
63	jail \
64	jexec \
65	jls \
66	kbdcontrol \
67	kbdmap \
68	kernbb \
69	${_keyserv} \
70	${_kgmon} \
71	${_kgzip} \
72	kldxref \
73	lastlogin \
74	${_lpr} \
75	${_lptcontrol} \
76	${_mailstats} \
77	mailwrapper \
78	${_makemap} \
79	manctl \
80	memcontrol \
81	mergemaster \
82	mixer \
83	${_mld6query} \
84	mlxcontrol \
85	mountd \
86	${_mount_nwfs} \
87	mount_portalfs \
88	${_mount_smbfs} \
89	moused \
90	${_mptable} \
91	mrouted \
92	mtest \
93	mtree \
94	${_named} \
95	${_named.reload} \
96	${_named.restart} \
97	${_ndc} \
98	${_ndiscvt} \
99	ndp \
100	newsyslog \
101	nfsd \
102	ngctl \
103	nghook \
104	nologin \
105	${_nslookup} \
106	${_nsupdate} \
107	ntp \
108	${_ofwdump} \
109	${_pccard} \
110	pciconf \
111	${_pcvt} \
112	periodic \
113	pkg_install \
114	${_pnpinfo} \
115	ppp \
116	${_pppctl} \
117	pppd \
118	pppstats \
119	${_praliases} \
120	procctl \
121	pstat \
122	pw \
123	pwd_mkdb \
124	quot \
125	quotaon \
126	rarpd \
127	raycontrol \
128	repquota \
129	${_rip6query} \
130	rmt \
131	${_route6d} \
132	rpcbind \
133	rpc.lockd \
134	rpc.statd \
135	rpc.umntall \
136	rpc.yppasswdd \
137	rpc.ypupdated \
138	rpc.ypxfrd \
139	rrenumd \
140	rtadvd \
141	rtprio \
142	rtsold \
143	rwhod \
144	sa \
145	${_sendmail} \
146	setfmac \
147	setkey \
148	setpmac \
149	${_sicontrol} \
150	sliplogin \
151	slstat \
152	smbmsg \
153	${_spkrtest} \
154	spray \
155	${_sysinstall} \
156	syslogd \
157	tcpdchk \
158	tcpdmatch \
159	tcpdump \
160	timed \
161	traceroute \
162	${_traceroute6} \
163	trpt \
164	tzsetup \
165	ugidfw \
166	${_usbd} \
167	${_usbdevs} \
168	vidcontrol \
169	vipw \
170	vnconfig \
171	watch \
172	watchdogd \
173	wicontrol \
174	${_wlconfig} \
175	ypbind \
176	yp_mkdb \
177	yppoll \
178	yppush \
179	ypserv \
180	ypset \
181	zic \
182	${_zzz}
183
184.if ${MACHINE_ARCH} != "arm"
185_sysinstall=	sysinstall
186.endif
187
188.if !defined(NOATM)
189_atm=		atm
190.endif
191
192.if !defined(NO_BIND)
193_named=		named
194_named.reload=	named.reload
195_named.restart=	named.restart
196_ndc=		ndc
197_nslookup=	nslookup
198_nsupdate=	nsupdate
199.endif
200
201.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
202_keyserv=	keyserv
203.endif
204
205.if !defined(NOINET6)
206_mld6query=	mld6query
207_rip6query=	rip6query
208_route6d=	route6d
209_traceroute6=	traceroute6
210.endif
211
212.if !defined(NO_IPFILTER)
213_ipftest=	ipftest
214_ipresend=	ipresend
215_ipsend=	ipsend
216_iptest=	iptest
217.endif
218
219.if !defined(NO_PF) && !defined(NO_AUTHPF)
220_authpf=	authpf
221.endif
222
223.if !defined(NO_LPR)
224_lpr=		lpr
225.endif
226
227.if !defined(NO_SENDMAIL)
228_editmap=	editmap
229_mailstats=	mailstats
230_makemap=	makemap
231_praliases=	praliases
232_sendmail=	sendmail
233.endif
234
235.if !defined(NO_USB)
236_usbd=		usbd
237_usbdevs=	usbdevs
238.endif
239
240.if ${MACHINE_ARCH} == "i386"
241.if !defined(NO_ACPI)
242_acpi=		acpi
243.endif
244_apm=		apm
245_apmd=		apmd
246_asf=		asf
247.if !defined(NO_BLUETOOTH)
248_bluetooth=	bluetooth
249.endif
250.if ${MACHINE} == "i386"
251_arlconfig=	arlconfig
252_boot0cfg=	boot0cfg
253.endif
254.if ${MACHINE} == "pc98"
255_boot98cfg=	boot98cfg
256.endif
257_btxld=		btxld
258.if !defined(NO_I4B)
259_i4b=		i4b
260.endif
261_kgmon=		kgmon
262_kgzip=		kgzip
263_lptcontrol=	lptcontrol
264_mount_nwfs=	mount_nwfs
265_mount_smbfs=	mount_smbfs
266_mptable=	mptable
267_ndiscvt=	ndiscvt
268_pccard=	pccard
269_pcvt=		pcvt
270_pnpinfo=	pnpinfo
271.if !defined(NOLIBPTHREAD)
272_pppctl=	pppctl
273.endif
274_sicontrol=	sicontrol
275_spkrtest=	spkrtest
276_wlconfig=	wlconfig
277_zzz=		zzz
278.endif
279
280.if ${MACHINE_ARCH} == "alpha"
281_elf2exe=	elf2exe
282_pnpinfo=	pnpinfo
283.if !defined(NOLIBC_R)
284_pppctl=	pppctl
285.endif
286.endif
287
288# kgmon: builds, but no kernel profiling
289# kgzip: builds, but missing support files
290# mptable: broken (not 64 bit clean)
291# pnpinfo: crashes (not really useful anyway)
292.if ${MACHINE_ARCH} == "amd64"
293.if !defined(NO_ACPI)
294_acpi=		acpi
295.endif
296_asf=		asf
297_boot0cfg=	boot0cfg
298_btxld=		btxld
299_lptcontrol=	lptcontrol
300_mount_nwfs=	mount_nwfs
301_mount_smbfs=	mount_smbfs
302_mptable=	mptable
303.if !defined(NOLIBPTHREAD)
304_pppctl=	pppctl
305.endif
306_sicontrol=	sicontrol
307_spkrtest=	spkrtest
308_zzz=		zzz
309.endif
310
311.if ${MACHINE_ARCH} == "ia64"
312.if !defined(NO_ACPI)
313_acpi=		acpi
314.endif
315.if !defined(NOLIBPTHREAD)
316_pppctl=	pppctl
317.endif
318_zzz=		zzz
319.endif
320
321.if ${MACHINE_ARCH} == "sparc64"
322_ofwdump=	ofwdump
323.if !defined(NOLIBC_R)
324_pppctl=	pppctl
325.endif
326.endif
327
328.include <bsd.subdir.mk>
329