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