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