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