Makefile revision 135787
1#	From: @(#)Makefile	5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 135787 2004-09-25 07:00:11Z ru $
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	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	${_rndc} \
133	${_rndc-confgen} \
134	${_route6d} \
135	rpcbind \
136	rpc.lockd \
137	rpc.statd \
138	rpc.umntall \
139	rpc.yppasswdd \
140	rpc.ypupdated \
141	rpc.ypxfrd \
142	rrenumd \
143	rtadvd \
144	rtprio \
145	rtsold \
146	rwhod \
147	sa \
148	${_sendmail} \
149	setfmac \
150	setkey \
151	setpmac \
152	${_sicontrol} \
153	sliplogin \
154	slstat \
155	smbmsg \
156	${_spkrtest} \
157	spray \
158	${_sysinstall} \
159	syslogd \
160	tcpdchk \
161	tcpdmatch \
162	tcpdump \
163	timed \
164	traceroute \
165	${_traceroute6} \
166	trpt \
167	tzsetup \
168	ugidfw \
169	${_usbd} \
170	${_usbdevs} \
171	vidcontrol \
172	vipw \
173	vnconfig \
174	watch \
175	watchdogd \
176	wicontrol \
177	${_wlconfig} \
178	ypbind \
179	yp_mkdb \
180	yppoll \
181	yppush \
182	ypserv \
183	ypset \
184	zic \
185	${_zzz}
186
187.if ${MACHINE_ARCH} != "arm"
188_sysinstall=	sysinstall
189.endif
190
191.if !defined(NOATM)
192_atm=		atm
193.endif
194
195.if !defined(NO_BIND)
196.if !defined(NOCRYPT)
197_dnssec-keygen=		dnssec-keygen
198_dnssec-signzone=	dnssec-signzone
199.endif
200_named=			named
201_named.reload=		named.reload
202_named-checkconf=	named-checkconf
203_named-checkzone=	named-checkzone
204_rndc=			rndc
205_rndc-confgen=		rndc-confgen
206.endif
207
208.if !defined(NO_BLUETOOTH)
209_bluetooth=	bluetooth
210.endif
211
212.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
213_keyserv=	keyserv
214.endif
215
216.if !defined(NOINET6)
217_mld6query=	mld6query
218_rip6query=	rip6query
219_route6d=	route6d
220_traceroute6=	traceroute6
221.endif
222
223.if !defined(NO_IPFILTER)
224_ipftest=	ipftest
225_ipresend=	ipresend
226_ipsend=	ipsend
227_iptest=	iptest
228.endif
229
230.if !defined(NO_PF) && !defined(NO_AUTHPF)
231_authpf=	authpf
232.endif
233
234.if !defined(NO_LPR)
235_lpr=		lpr
236.endif
237
238.if !defined(NO_SENDMAIL)
239_editmap=	editmap
240_mailstats=	mailstats
241_makemap=	makemap
242_praliases=	praliases
243_sendmail=	sendmail
244.endif
245
246.if !defined(NO_USB)
247_usbd=		usbd
248_usbdevs=	usbdevs
249.endif
250
251.if ${MACHINE_ARCH} == "arm"
252_kgmon=		kgmon
253.endif
254
255.if ${MACHINE_ARCH} == "i386"
256.if !defined(NO_ACPI)
257_acpi=		acpi
258.endif
259_apm=		apm
260_apmd=		apmd
261_asf=		asf
262.if ${MACHINE} == "i386"
263_arlcontrol=	arlcontrol
264_boot0cfg=	boot0cfg
265.endif
266.if ${MACHINE} == "pc98"
267_boot98cfg=	boot98cfg
268.endif
269_btxld=		btxld
270.if !defined(NO_I4B)
271_i4b=		i4b
272.endif
273_kgmon=		kgmon
274_kgzip=		kgzip
275_lptcontrol=	lptcontrol
276_mount_nwfs=	mount_nwfs
277_mount_smbfs=	mount_smbfs
278_mptable=	mptable
279_ndiscvt=	ndiscvt
280_pccard=	pccard
281_pcvt=		pcvt
282_pnpinfo=	pnpinfo
283.if !defined(NOLIBPTHREAD)
284_pppctl=	pppctl
285.endif
286_sicontrol=	sicontrol
287_spkrtest=	spkrtest
288_wlconfig=	wlconfig
289_zzz=		zzz
290.endif
291
292.if ${MACHINE_ARCH} == "alpha"
293_elf2exe=	elf2exe
294_pnpinfo=	pnpinfo
295.if !defined(NOLIBC_R)
296_pppctl=	pppctl
297.endif
298.endif
299
300# kgzip: builds, but missing support files
301# mptable: broken (not 64 bit clean)
302# pnpinfo: crashes (not really useful anyway)
303.if ${MACHINE_ARCH} == "amd64"
304.if !defined(NO_ACPI)
305_acpi=		acpi
306.endif
307_asf=		asf
308_boot0cfg=	boot0cfg
309_btxld=		btxld
310_kgmon=		kgmon
311_lptcontrol=	lptcontrol
312_mount_nwfs=	mount_nwfs
313_mount_smbfs=	mount_smbfs
314_mptable=	mptable
315.if !defined(NOLIBPTHREAD)
316_pppctl=	pppctl
317.endif
318_sicontrol=	sicontrol
319_spkrtest=	spkrtest
320_zzz=		zzz
321.endif
322
323.if ${MACHINE_ARCH} == "ia64"
324.if !defined(NO_ACPI)
325_acpi=		acpi
326.endif
327_kgmon=		kgmon
328.if !defined(NOLIBPTHREAD)
329_pppctl=	pppctl
330.endif
331_zzz=		zzz
332.endif
333
334.if ${MACHINE_ARCH} == "sparc64"
335_eeprom=	eeprom
336_ofwdump=	ofwdump
337.if !defined(NOLIBC_R)
338_pppctl=	pppctl
339.endif
340.endif
341
342.include <bsd.subdir.mk>
343