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