Makefile revision 126917
1#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 126917 2004-03-13 11:02:37Z cperciva $
3
4# XXX MISSING:		mkproto
5SUBDIR=	ac \
6	accton \
7	${_acpi} \
8	adduser \
9	amd \
10	ancontrol \
11	${_apm} \
12	${_apmd} \
13	arp \
14	${_asf} \
15	${_atm} \
16	${_authpf} \
17	${_bluetooth} \
18	${_boot0cfg} \
19	${_boot98cfg} \
20	bootparamd \
21	bsnmpd \
22	${_btxld} \
23	burncd \
24	cdcontrol \
25	chkgrp \
26	chown \
27	chroot \
28	ckdist \
29	config \
30	cron \
31	crunch \
32	ctm \
33	daemon \
34	dconschat \
35	devinfo \
36	digictl \
37	diskinfo \
38	${_editmap} \
39	edquota \
40	${_elf2exe} \
41	extattr \
42	extattrctl \
43	faithd \
44	fdcontrol \
45	fdformat \
46	fdread \
47	fdwrite \
48	fwcontrol \
49	getfmac \
50	getpmac \
51	gstat \
52	${_i4b} \
53	ifmcstat \
54	inetd \
55	iostat \
56	ip6addrctl \
57	${_ipftest} \
58	${_ipresend} \
59	${_ipsend} \
60	${_iptest} \
61	IPXrouted \
62	jail \
63	jexec \
64	jls \
65	kbdcontrol \
66	kbdmap \
67	kernbb \
68	${_keyserv} \
69	${_kgmon} \
70	${_kgzip} \
71	kldxref \
72	lastlogin \
73	${_lpr} \
74	${_lptcontrol} \
75	${_mailstats} \
76	mailwrapper \
77	${_makemap} \
78	manctl \
79	memcontrol \
80	mergemaster \
81	mixer \
82	${_mld6query} \
83	mlxcontrol \
84	mountd \
85	${_mount_nwfs} \
86	mount_portalfs \
87	${_mount_smbfs} \
88	moused \
89	${_mptable} \
90	mrouted \
91	mtest \
92	mtree \
93	${_named} \
94	${_named.reload} \
95	${_named.restart} \
96	${_ndc} \
97	${_ndiscvt} \
98	ndp \
99	newsyslog \
100	nfsd \
101	ngctl \
102	nghook \
103	nologin \
104	${_nslookup} \
105	${_nsupdate} \
106	ntp \
107	${_ofwdump} \
108	${_pccard} \
109	pciconf \
110	${_pcvt/ispcvt} \
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	${_sgsc} \
150	${_sicontrol} \
151	sliplogin \
152	slstat \
153	${_spkrtest} \
154	spray \
155	${_stallion} \
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} != "powerpc"
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(NOCRYPT) && !defined(NO_OPENSSL)
203_keyserv=	keyserv
204.endif
205
206.if !defined(NOINET6)
207_mld6query=	mld6query
208_rip6query=	rip6query
209_route6d=	route6d
210_traceroute6=	traceroute6
211.endif
212
213.if !defined(NO_IPFILTER)
214_ipftest=	ipftest
215_ipresend=	ipresend
216_ipsend=	ipsend
217_iptest=	iptest
218.endif
219
220.if !defined(NO_PF) && !defined(NO_AUTHPF)
221_authpf=	authpf
222.endif
223
224.if !defined(NO_LPR)
225_lpr=		lpr
226.endif
227
228.if !defined(NO_SENDMAIL)
229_editmap=	editmap
230_mailstats=	mailstats
231_makemap=	makemap
232_praliases=	praliases
233_sendmail=	sendmail
234.endif
235
236.if !defined(NO_USB)
237_usbd=		usbd
238_usbdevs=	usbdevs
239.endif
240
241.if ${MACHINE_ARCH} == "i386"
242.if !defined(NO_ACPI)
243_acpi=		acpi
244.endif
245_apm=		apm
246_apmd=		apmd
247_asf=		asf
248.if !defined(NO_BLUETOOTH)
249_bluetooth=	bluetooth
250.endif
251.if ${MACHINE} == "i386"
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_sgsc=		sgsc
275_sicontrol=	sicontrol
276_spkrtest=	spkrtest
277_stallion=	stallion
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# kgmon: builds, but no kernel profiling
291# kgzip: builds, but missing support files
292# mptable: broken (not 64 bit clean)
293# pnpinfo: crashes (not really useful anyway)
294.if ${MACHINE_ARCH} == "amd64"
295.if !defined(NO_ACPI)
296_acpi=		acpi
297.endif
298_asf=		asf
299_boot0cfg=	boot0cfg
300_btxld=		btxld
301_lptcontrol=	lptcontrol
302_mount_nwfs=	mount_nwfs
303_mount_smbfs=	mount_smbfs
304_mptable=	mptable
305_pcvt/ispcvt=	pcvt/ispcvt
306.if !defined(NOLIBPTHREAD)
307_pppctl=	pppctl
308.endif
309_sicontrol=	sicontrol
310_spkrtest=	spkrtest
311_zzz=		zzz
312.endif
313
314.if ${MACHINE_ARCH} == "ia64"
315.if !defined(NO_ACPI)
316_acpi=		acpi
317.endif
318.if !defined(NOLIBPTHREAD)
319_pppctl=	pppctl
320.endif
321_zzz=		zzz
322.endif
323
324.if ${MACHINE_ARCH} == "sparc64"
325_ofwdump=	ofwdump
326.if !defined(NOLIBC_R)
327_pppctl=	pppctl
328.endif
329.endif
330
331.include <bsd.subdir.mk>
332