Makefile revision 126931
1#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 126931 2004-03-13 22:18:34Z peter $
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} \
111	periodic \
112	pkg_install \
113	${_pnpinfo} \
114	ppp \
115	${_pppctl} \
116	pppd \
117	pppstats \
118	${_praliases} \
119	procctl \
120	pstat \
121	pw \
122	pwd_mkdb \
123	quot \
124	quotaon \
125	rarpd \
126	raycontrol \
127	repquota \
128	${_rip6query} \
129	rmt \
130	${_route6d} \
131	rpcbind \
132	rpc.lockd \
133	rpc.statd \
134	rpc.umntall \
135	rpc.yppasswdd \
136	rpc.ypupdated \
137	rpc.ypxfrd \
138	rrenumd \
139	rtadvd \
140	rtprio \
141	rtsold \
142	rwhod \
143	sa \
144	${_sendmail} \
145	setfmac \
146	setkey \
147	setpmac \
148	${_sgsc} \
149	${_sicontrol} \
150	sliplogin \
151	slstat \
152	${_spkrtest} \
153	spray \
154	${_stallion} \
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} != "powerpc"
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_boot0cfg=	boot0cfg
252.endif
253.if ${MACHINE} == "pc98"
254_boot98cfg=	boot98cfg
255.endif
256_btxld=		btxld
257.if !defined(NO_I4B)
258_i4b=		i4b
259.endif
260_kgmon=		kgmon
261_kgzip=		kgzip
262_lptcontrol=	lptcontrol
263_mount_nwfs=	mount_nwfs
264_mount_smbfs=	mount_smbfs
265_mptable=	mptable
266_ndiscvt=	ndiscvt
267_pccard=	pccard
268_pcvt=		pcvt
269_pnpinfo=	pnpinfo
270.if !defined(NOLIBPTHREAD)
271_pppctl=	pppctl
272.endif
273_sgsc=		sgsc
274_sicontrol=	sicontrol
275_spkrtest=	spkrtest
276_stallion=	stallion
277_wlconfig=	wlconfig
278_zzz=		zzz
279.endif
280
281.if ${MACHINE_ARCH} == "alpha"
282_elf2exe=	elf2exe
283_pnpinfo=	pnpinfo
284.if !defined(NOLIBC_R)
285_pppctl=	pppctl
286.endif
287.endif
288
289# kgmon: builds, but no kernel profiling
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_lptcontrol=	lptcontrol
301_mount_nwfs=	mount_nwfs
302_mount_smbfs=	mount_smbfs
303_mptable=	mptable
304.if !defined(NOLIBPTHREAD)
305_pppctl=	pppctl
306.endif
307_sicontrol=	sicontrol
308_spkrtest=	spkrtest
309_zzz=		zzz
310.endif
311
312.if ${MACHINE_ARCH} == "ia64"
313.if !defined(NO_ACPI)
314_acpi=		acpi
315.endif
316.if !defined(NOLIBPTHREAD)
317_pppctl=	pppctl
318.endif
319_zzz=		zzz
320.endif
321
322.if ${MACHINE_ARCH} == "sparc64"
323_ofwdump=	ofwdump
324.if !defined(NOLIBC_R)
325_pppctl=	pppctl
326.endif
327.endif
328
329.include <bsd.subdir.mk>
330