]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/Makefile
Hook uathload up to the build. It's used for loading the firmware for
[FreeBSD/FreeBSD.git] / usr.sbin / Makefile
1 #       From: @(#)Makefile      5.20 (Berkeley) 6/12/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 # XXX MISSING:          mkproto
7 SUBDIR= ${_ac} \
8         ${_accton} \
9         ${_acpi} \
10         adduser \
11         ${_amd} \
12         ${_ancontrol} \
13         ${_apm} \
14         ${_apmd} \
15         arp \
16         ${_asf} \
17         ${_atm} \
18         ${_audit} \
19         ${_auditd} \
20         ${_auditreduce} \
21         ${_authpf} \
22         ${_bluetooth} \
23         ${_boot0cfg} \
24         ${_boot98cfg} \
25         bootparamd \
26         ${_bsnmpd} \
27         ${_btxld} \
28         burncd \
29         cdcontrol \
30         chkgrp \
31         chown \
32         chroot \
33         ckdist \
34         clear_locks \
35         ${_config} \
36         ${_cpucontrol} \
37         crashinfo \
38         cron \
39         ${_crunch} \
40         ${_ctm} \
41         daemon \
42         dconschat \
43         devinfo \
44         digictl \
45         diskinfo \
46         ${_dnssec-keygen} \
47         ${_dnssec-signzone} \
48         dumpcis \
49         ${_editmap} \
50         ${_edquota} \
51         ${_eeprom} \
52         extattr \
53         extattrctl \
54         ${_faithd} \
55         ${_fdcontrol} \
56         ${_fdformat} \
57         ${_fdread} \
58         ${_fdwrite} \
59         fifolog \
60         ${_flowctl} \
61         ${_freebsd-update} \
62         ${_ftp-proxy} \
63         fwcontrol \
64         getfmac \
65         getpmac \
66         gstat \
67         ${_gssd} \
68         i2c \
69         ifmcstat \
70         inetd \
71         iostat \
72         ${_ip6addrctl} \
73         ${_ipfwpcap} \
74         ${_IPXrouted} \
75         ${_jail} \
76         ${_jexec} \
77         ${_jls} \
78         ${_kbdcontrol} \
79         ${_kbdmap} \
80         ${_keyserv} \
81         ${_kgmon} \
82         ${_kgzip} \
83         kldxref \
84         lastlogin \
85         ${_lmcconfig} \
86         ${_lpr} \
87         ${_lptcontrol} \
88         ${_mailstats} \
89         mailwrapper \
90         makefs \
91         ${_makemap} \
92         manctl \
93         memcontrol \
94         mergemaster \
95         mixer \
96         ${_mld6query} \
97         mlxcontrol \
98         mountd \
99         ${_mount_nwfs} \
100         mount_portalfs \
101         ${_mount_smbfs} \
102         ${_moused} \
103         ${_mptable} \
104         mtest \
105         mtree \
106         ${_named} \
107         ${_named-checkconf} \
108         ${_named-checkzone} \
109         ${_named.reload} \
110         ${_ndiscvt} \
111         ${_ndp} \
112         newsyslog \
113         nfsd \
114         ${_ngctl} \
115         ${_nghook} \
116         nologin \
117         ${_nscd} \
118         ${_ntp} \
119         ${_nvram} \
120         ${_ofwdump} \
121         pciconf \
122         periodic \
123         ${_pkg_install} \
124         ${_pmcannotate} \
125         ${_pmccontrol} \
126         ${_pmcstat} \
127         ${_pnpinfo} \
128         ${_portsnap} \
129         powerd \
130         ${_ppp} \
131         ${_pppctl} \
132         ${_praliases} \
133         ${_praudit} \
134         procctl \
135         pstat \
136         pw \
137         pwd_mkdb \
138         quot \
139         ${_quotaon} \
140         rarpd \
141         ${_raycontrol} \
142         ${_repquota} \
143         ${_rip6query} \
144         rmt \
145         ${_rndc} \
146         ${_rndc-confgen} \
147         ${_route6d} \
148         rpcbind \
149         rpc.lockd \
150         rpc.statd \
151         rpc.umntall \
152         ${_rpc.yppasswdd} \
153         ${_rpc.ypupdated} \
154         ${_rpc.ypxfrd} \
155         ${_rrenumd} \
156         ${_rtadvd} \
157         rtprio \
158         ${_rtsold} \
159         ${_rwhod} \
160         ${_sa} \
161         ${_sade} \
162         ${_sendmail} \
163         setfib \
164         setfmac \
165         setpmac \
166         ${_sicontrol} \
167         ${_slstat} \
168         smbmsg \
169         snapinfo \
170         ${_spkrtest} \
171         spray \
172         ${_sysinstall} \
173         syslogd \
174         tcpdchk \
175         tcpdmatch \
176         tcpdrop \
177         tcpdump \
178         timed \
179         traceroute \
180         ${_traceroute6} \
181         trpt \
182         tzsetup \
183         ${_uathload} \
184         ugidfw \
185         ${_usbdevs} \
186         ${_usbconfig} \
187         ${_vidcontrol} \
188         vipw \
189         watch \
190         watchdogd \
191         ${_wlandebug} \
192         ${_wlconfig} \
193         ${_wpa} \
194         ${_ypbind} \
195         ${_yp_mkdb} \
196         ${_yppoll} \
197         ${_yppush} \
198         ${_ypserv} \
199         ${_ypset} \
200         zic \
201         ${_zzz}
202
203 # NB: keep these sorted by MK_* knobs
204
205 .if ${MK_ACCT} != "no"
206 _ac=            ac
207 _accton=        accton
208 _sa=            sa
209 .endif
210
211 .if ${MK_AMD} != "no"
212 _amd=           amd
213 .endif
214
215 .if ${MK_AUDIT} != "no"
216 _audit=         audit
217 _auditd=        auditd
218 _auditreduce=   auditreduce
219 _praudit=       praudit
220 .endif
221
222 .if ${MK_AUTHPF} != "no"
223 _authpf=        authpf
224 .endif
225
226 .if ${MK_BIND_DNSSEC} != "no" && ${MK_OPENSSL} != "no"
227 _dnssec-keygen=         dnssec-keygen
228 _dnssec-signzone=       dnssec-signzone
229 .endif
230 .if ${MK_BIND_NAMED} != "no"
231 _named=                 named
232 _named-checkconf=       named-checkconf
233 _named-checkzone=       named-checkzone
234 _named.reload=          named.reload
235 _rndc=                  rndc
236 _rndc-confgen=          rndc-confgen
237 .endif
238
239 .if ${MK_BLUETOOTH} != "no"
240 _bluetooth=     bluetooth
241 .endif
242
243 .if ${MK_BSNMP} != "no"
244 _bsnmpd=        bsnmpd
245 .endif
246
247 .if ${MK_CTM} != "no"
248 _ctm=           ctm
249 .endif
250
251 .if ${MK_FLOPPY} != "no"
252 _fdcontrol=     fdcontrol
253 _fdformat=      fdformat
254 _fdread=        fdread
255 _fdwrite=       fdwrite
256 .endif
257
258 .if ${MK_FREEBSD_UPDATE} != "no"
259 _freebsd-update= freebsd-update
260 .endif
261
262 .if ${MK_GSSAPI} != no
263 _gssd=          gssd
264 .endif
265
266 .if ${MK_INET6} != "no"
267 _faithd=        faithd
268 _ip6addrctl=    ip6addrctl
269 _mld6query=     mld6query
270 _ndp=           ndp
271 _rip6query=     rip6query
272 _route6d=       route6d
273 _rrenumd=       rrenumd
274 _rtadvd=        rtadvd
275 _rtsold=        rtsold
276 _traceroute6=   traceroute6
277 .endif
278
279 .if ${MK_IPFW} != "no"
280 _ipfwpcap=      ipfwpcap
281 .endif
282
283 .if ${MK_IPX} != "no"
284 _IPXrouted=     IPXrouted
285 .endif
286
287 .if ${MK_JAIL} != "no"
288 _jail=          jail
289 _jexec=         jexec
290 _jls=           jls
291 .endif
292
293 # XXX MK_SYSCONS
294 # XXX is moused w/ usb useful?
295 .if ${MK_LEGACY_CONSOLE} != "no"
296 _kbdcontrol=    kbdcontrol
297 _kbdmap=        kbdmap
298 _moused=        moused
299 _vidcontrol=    vidcontrol
300 .endif
301
302 .if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
303 .if ${MK_PPP} != "no"
304 _pppctl=        pppctl
305 .endif
306 .if ${MK_NS_CACHING} != "no"
307 _nscd=          nscd
308 .endif
309 .endif
310
311 .if ${MK_LPR} != "no"
312 _lpr=           lpr
313 .endif
314
315 .if ${MK_NETGRAPH} != "no"
316 _flowctl=       flowctl
317 _lmcconfig=     lmcconfig
318 _ngctl=         ngctl
319 _nghook=        nghook
320 .endif
321
322 .if ${MK_NIS} != "no"
323 _rpc.yppasswdd= rpc.yppasswdd
324 _rpc.ypupdated= rpc.ypupdated
325 _rpc.ypxfrd=    rpc.ypxfrd
326 _ypbind=        ypbind
327 _yp_mkdb=       yp_mkdb
328 _yppoll=        yppoll
329 _yppush=        yppush
330 _ypserv=        ypserv
331 _ypset=         ypset
332 .endif
333
334 .if ${MK_NTP} != "no"
335 _ntp=           ntp
336 .endif
337
338 .if ${MK_OPENSSL} != "no"
339 _keyserv=       keyserv
340 .endif
341
342 .if ${MK_PF} != "no"
343 _ftp-proxy=     ftp-proxy
344 .endif
345
346 .if ${MK_PKGTOOLS} != "no"
347 _pkg_install=   pkg_install
348 .endif
349
350 # XXX MK_TOOLCHAIN?
351 .if ${MK_PMC} != "no"
352 _pmcannotate=   pmcannotate
353 _pmccontrol=    pmccontrol
354 _pmcstat=       pmcstat
355 .endif
356
357 .if ${MK_PORTSNAP} != "no"
358 _portsnap=      portsnap
359 .endif
360
361 .if ${MK_PPP} != "no"
362 _ppp=           ppp
363 #_pppctl handled below
364 .endif
365
366 .if ${MK_QUOTAS} != "no"
367 _edquota=       edquota
368 _quotaon=       quotaon
369 _repquota=      repquota
370 .endif
371
372 .if ${MK_RCMDS} != "no"
373 _rwhod=         rwhod
374 .endif
375
376 .if ${MK_SENDMAIL} != "no"
377 _editmap=       editmap
378 _mailstats=     mailstats
379 _makemap=       makemap
380 _praliases=     praliases
381 _sendmail=      sendmail
382 .endif
383
384 .if ${MK_SYSINSTALL} != "no"
385 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" || \
386     ${MACHINE_ARCH} == "sparc64"
387 _sade=          sade
388 .endif
389 .if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips"
390 _sysinstall=    sysinstall
391 .endif
392 .endif
393
394 .if ${MK_TOOLCHAIN} != "no"
395 _config=        config
396 _crunch=        crunch
397 .endif
398
399 .if ${MK_USB} != "no"
400 _uathload=      uathload
401 #_usbdevs=      usbdevs
402 _usbconfig=     usbconfig
403 .endif
404
405 .if ${MK_WIRELESS} != "no"
406 _ancontrol=     ancontrol
407 _raycontrol=    raycontrol
408 _wlandebug=     wlandebug
409 _wpa=           wpa
410 .endif
411
412 .if ${MACHINE_ARCH} == "arm"
413 _kgmon=         kgmon
414 .endif
415
416 .if ${MACHINE_ARCH} == "i386"
417 .if ${MK_APM} != "no"
418 _apm=           apm
419 _apmd=          apmd
420 .endif
421 _asf=           asf
422 .if ${MK_TOOLCHAIN} != "no"
423 _btxld=         btxld
424 .endif
425 _cpucontrol=    cpucontrol
426 _kgmon=         kgmon
427 _kgzip=         kgzip
428 _lptcontrol=    lptcontrol
429 .if ${MK_NCP} != "no"
430 _mount_nwfs=    mount_nwfs
431 .endif
432 _mount_smbfs=   mount_smbfs
433 _mptable=       mptable
434 .if ${MK_NDIS} != "no"
435 _ndiscvt=       ndiscvt
436 .endif
437 _pnpinfo=       pnpinfo
438 _sicontrol=     sicontrol
439 _spkrtest=      spkrtest
440 _zzz=           zzz
441 .if ${MACHINE} == "i386"
442 .if ${MK_ACPI} != "no"
443 _acpi=          acpi
444 .endif
445 _boot0cfg=      boot0cfg
446 .if ${MK_WIRELESS} != "no"
447 _wlconfig=      wlconfig
448 .endif
449 .elif ${MACHINE} == "pc98"
450 _boot98cfg=     boot98cfg
451 .endif
452 .endif
453
454 # kgzip: builds, but missing support files
455 # mptable: broken (not 64 bit clean)
456 # pnpinfo: crashes (not really useful anyway)
457 .if ${MACHINE_ARCH} == "amd64"
458 .if ${MK_ACPI} != "no"
459 _acpi=          acpi
460 .endif
461 _asf=           asf
462 _boot0cfg=      boot0cfg
463 .if ${MK_TOOLCHAIN} != "no"
464 _btxld=         btxld
465 .endif
466 _cpucontrol=    cpucontrol
467 _kgmon=         kgmon
468 _lptcontrol=    lptcontrol
469 .if ${MK_NCP} != "no"
470 _mount_nwfs=    mount_nwfs
471 .endif
472 _mount_smbfs=   mount_smbfs
473 _mptable=       mptable
474 .if ${MK_NDIS} != "no"
475 _ndiscvt=       ndiscvt
476 .endif
477 _sicontrol=     sicontrol
478 _spkrtest=      spkrtest
479 _zzz=           zzz
480 .endif
481
482 .if ${MACHINE_ARCH} == "ia64"
483 .if ${MK_ACPI} != "no"
484 _acpi=          acpi
485 .endif
486 _kgmon=         kgmon
487 _mount_smbfs=   mount_smbfs
488 _zzz=           zzz
489 .endif
490
491 .if ${MACHINE_ARCH} == "powerpc"
492 _mount_smbfs=   mount_smbfs
493 _nvram=         nvram
494 _ofwdump=       ofwdump
495 .endif
496
497 .if ${MACHINE_ARCH} == "sparc64"
498 _eeprom=        eeprom
499 _ofwdump=       ofwdump
500 .endif
501
502 .include <bsd.subdir.mk>