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