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