]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/Makefile
hook cxgbtool into buildworld
[FreeBSD/FreeBSD.git] / usr.sbin / Makefile
1 #       From: @(#)Makefile      5.20 (Berkeley) 6/12/93
2 # $FreeBSD$
3
4 # XXX MISSING:          mkproto
5 SUBDIR= ac \
6         accton \
7         ${_acpi} \
8         adduser \
9         amd \
10         ancontrol \
11         ${_apm} \
12         ${_apmd} \
13         ${_arlcontrol} \
14         arp \
15         ${_audit} \
16         ${_auditd} \
17         ${_auditreduce} \
18         ${_asf} \
19         ${_atm} \
20         ${_authpf} \
21         ${_bluetooth} \
22         ${_boot0cfg} \
23         ${_boot98cfg} \
24         bootparamd \
25         bsnmpd \
26         ${_btxld} \
27         burncd \
28         cdcontrol \
29         chkgrp \
30         chown \
31         chroot \
32         ckdist \
33         config \
34         cron \
35         crunch \
36         ctm \
37         cxgbtool \
38         daemon \
39         dconschat \
40         devinfo \
41         digictl \
42         diskinfo \
43         ${_dnssec-keygen} \
44         ${_dnssec-signzone} \
45         ${_editmap} \
46         edquota \
47         ${_eeprom} \
48         ${_elf2exe} \
49         extattr \
50         extattrctl \
51         faithd \
52         fdcontrol \
53         fdformat \
54         fdread \
55         fdwrite \
56         flowctl \
57         freebsd-update \
58         fwcontrol \
59         getfmac \
60         getpmac \
61         gstat \
62         ${_i4b} \
63         ifmcstat \
64         inetd \
65         iostat \
66         ip6addrctl \
67         IPXrouted \
68         jail \
69         jexec \
70         jls \
71         kbdcontrol \
72         kbdmap \
73         ${_keyserv} \
74         ${_kgmon} \
75         ${_kgzip} \
76         kldxref \
77         lastlogin \
78         ${_lpr} \
79         ${_lptcontrol} \
80         ${_mailstats} \
81         mailwrapper \
82         ${_makemap} \
83         manctl \
84         memcontrol \
85         mergemaster \
86         mixer \
87         ${_mld6query} \
88         mlxcontrol \
89         mountd \
90         ${_mount_nwfs} \
91         mount_portalfs \
92         ${_mount_smbfs} \
93         moused \
94         ${_mptable} \
95         mrouted \
96         mtest \
97         mtree \
98         ${_named} \
99         ${_named-checkconf} \
100         ${_named-checkzone} \
101         ${_named.reload} \
102         ${_ndiscvt} \
103         ndp \
104         newsyslog \
105         nfsd \
106         ngctl \
107         nghook \
108         nologin \
109         ntp \
110         ${_ofwdump} \
111         ${_pccard} \
112         pciconf \
113         ${_pcvt} \
114         periodic \
115         pkg_install \
116         pmccontrol \
117         pmcstat \
118         ${_pnpinfo} \
119         portsnap \
120         powerd \
121         ppp \
122         ${_pppctl} \
123         pppd \
124         pppstats \
125         ${_praliases} \
126         ${_praudit} \
127         procctl \
128         pstat \
129         pw \
130         pwd_mkdb \
131         quot \
132         quotaon \
133         rarpd \
134         raycontrol \
135         repquota \
136         ${_rip6query} \
137         rmt \
138         ${_rndc} \
139         ${_rndc-confgen} \
140         ${_route6d} \
141         rpcbind \
142         rpc.lockd \
143         rpc.statd \
144         rpc.umntall \
145         ${_rpc.yppasswdd} \
146         ${_rpc.ypupdated} \
147         ${_rpc.ypxfrd} \
148         rrenumd \
149         rtadvd \
150         rtprio \
151         rtsold \
152         rwhod \
153         sa \
154         ${_sendmail} \
155         setfmac \
156         setpmac \
157         ${_sicontrol} \
158         sliplogin \
159         slstat \
160         smbmsg \
161         snapinfo \
162         ${_spkrtest} \
163         spray \
164         ${_sysinstall} \
165         syslogd \
166         tcpdchk \
167         tcpdmatch \
168         tcpdrop \
169         tcpdump \
170         timed \
171         traceroute \
172         ${_traceroute6} \
173         trpt \
174         tzsetup \
175         ugidfw \
176         ${_usbd} \
177         ${_usbdevs} \
178         vidcontrol \
179         vipw \
180         vnconfig \
181         watch \
182         watchdogd \
183         wicontrol \
184         ${_wlconfig} \
185         wpa \
186         ${_ypbind} \
187         ${_yp_mkdb} \
188         ${_yppoll} \
189         ${_yppush} \
190         ${_ypserv} \
191         ${_ypset} \
192         zic \
193         ${_zzz}
194
195 .if ${MACHINE_ARCH} != "arm"
196 _sysinstall=    sysinstall
197 .endif
198
199 .if !defined(NO_ATM)
200 _atm=           atm
201 .endif
202
203 .if !defined(NO_AUDIT)
204 _audit=         audit
205 _auditd=        auditd
206 _auditreduce=   auditreduce
207 _praudit=       praudit
208 .endif
209
210 .if !defined(NO_BIND)
211 .if !defined(NO_BIND_DNSSEC) && !defined(NO_CRYPT)
212 _dnssec-keygen=         dnssec-keygen
213 _dnssec-signzone=       dnssec-signzone
214 .endif
215 .if !defined(NO_BIND_NAMED)
216 _named=                 named
217 _named-checkconf=       named-checkconf
218 _named-checkzone=       named-checkzone
219 _named.reload=          named.reload
220 _rndc=                  rndc
221 _rndc-confgen=          rndc-confgen
222 .endif
223 .endif
224
225 .if !defined(NO_BLUETOOTH)
226 _bluetooth=     bluetooth
227 .endif
228
229 .if !defined(NO_CRYPT) && !defined(NO_OPENSSL)
230 _keyserv=       keyserv
231 .endif
232
233 .if !defined(NO_INET6)
234 _mld6query=     mld6query
235 _rip6query=     rip6query
236 _route6d=       route6d
237 _traceroute6=   traceroute6
238 .endif
239
240 .if !defined(NO_NIS)
241 _rpc.yppasswdd= rpc.yppasswdd
242 _rpc.ypupdated= rpc.ypupdated
243 _rpc.ypxfrd=    rpc.ypxfrd
244 _ypbind=        ypbind
245 _yp_mkdb=       yp_mkdb
246 _yppoll=        yppoll
247 _yppush=        yppush
248 _ypserv=        ypserv
249 _ypset=         ypset
250 .endif
251
252 .if !defined(NO_PF) && !defined(NO_AUTHPF)
253 _authpf=        authpf
254 .endif
255
256 .if !defined(NO_LPR)
257 _lpr=           lpr
258 .endif
259
260 .if !defined(NO_SENDMAIL)
261 _editmap=       editmap
262 _mailstats=     mailstats
263 _makemap=       makemap
264 _praliases=     praliases
265 _sendmail=      sendmail
266 .endif
267
268 .if !defined(NO_USB)
269 _usbd=          usbd
270 _usbdevs=       usbdevs
271 .endif
272
273 .if ${MACHINE_ARCH} == "arm"
274 _kgmon=         kgmon
275 .endif
276
277 .if ${MACHINE_ARCH} == "i386"
278 _apm=           apm
279 _apmd=          apmd
280 _asf=           asf
281 _btxld=         btxld
282 .if !defined(NO_I4B)
283 _i4b=           i4b
284 .endif
285 _kgmon=         kgmon
286 _kgzip=         kgzip
287 _lptcontrol=    lptcontrol
288 _mount_nwfs=    mount_nwfs
289 _mount_smbfs=   mount_smbfs
290 _mptable=       mptable
291 _ndiscvt=       ndiscvt
292 _pccard=        pccard
293 _pnpinfo=       pnpinfo
294 .if !defined(NO_LIBPTHREAD)
295 _pppctl=        pppctl
296 .endif
297 _sicontrol=     sicontrol
298 _spkrtest=      spkrtest
299 _zzz=           zzz
300 .if ${MACHINE} == "i386" 
301 .if !defined(NO_ACPI)
302 _acpi=          acpi
303 .endif
304 _arlcontrol=    arlcontrol
305 _boot0cfg=      boot0cfg
306 _pcvt=          pcvt
307 _wlconfig=      wlconfig
308 .elif ${MACHINE} == "pc98"
309 _boot98cfg=     boot98cfg
310 .endif
311 .endif
312
313 .if ${MACHINE_ARCH} == "alpha"
314 _elf2exe=       elf2exe
315 _pnpinfo=       pnpinfo
316 .if !defined(NO_LIBC_R)
317 _pppctl=        pppctl
318 .endif
319 .endif
320
321 # kgzip: builds, but missing support files
322 # mptable: broken (not 64 bit clean)
323 # pnpinfo: crashes (not really useful anyway)
324 .if ${MACHINE_ARCH} == "amd64"
325 .if !defined(NO_ACPI)
326 _acpi=          acpi
327 .endif
328 _asf=           asf
329 _boot0cfg=      boot0cfg
330 _btxld=         btxld
331 _kgmon=         kgmon
332 _lptcontrol=    lptcontrol
333 _mount_nwfs=    mount_nwfs
334 _mount_smbfs=   mount_smbfs
335 _mptable=       mptable
336 _ndiscvt=       ndiscvt
337 .if !defined(NO_LIBPTHREAD)
338 _pppctl=        pppctl
339 .endif
340 _sicontrol=     sicontrol
341 _spkrtest=      spkrtest
342 _zzz=           zzz
343 .endif
344
345 .if ${MACHINE_ARCH} == "ia64"
346 .if !defined(NO_ACPI)
347 _acpi=          acpi
348 .endif
349 _kgmon=         kgmon
350 .if !defined(NO_LIBPTHREAD)
351 _pppctl=        pppctl
352 .endif
353 _zzz=           zzz
354 .endif
355
356 .if ${MACHINE_ARCH} == "sparc64"
357 _eeprom=        eeprom
358 _ofwdump=       ofwdump
359 .if !defined(NO_LIBC_R)
360 _pppctl=        pppctl
361 .endif
362 .endif
363
364 .include <bsd.subdir.mk>