]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/Makefile
600004 is a better new version than 700000 based on some future commits to
[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         ipfwpcap \
63         IPXrouted \
64         jail \
65         jexec \
66         jls \
67         kbdcontrol \
68         kbdmap \
69         ${_keyserv} \
70         ${_kgmon} \
71         ${_kgzip} \
72         kldxref \
73         lastlogin \
74         ${_lpr} \
75         ${_lptcontrol} \
76         lmcconfig \
77         ${_mailstats} \
78         mailwrapper \
79         ${_makemap} \
80         manctl \
81         memcontrol \
82         mergemaster \
83         mixer \
84         ${_mld6query} \
85         mlxcontrol \
86         mountd \
87         ${_mount_nwfs} \
88         mount_portalfs \
89         ${_mount_smbfs} \
90         moused \
91         ${_mptable} \
92         mrouted \
93         mtest \
94         mtree \
95         ${_named} \
96         ${_named-checkconf} \
97         ${_named-checkzone} \
98         ${_named.reload} \
99         ${_ndiscvt} \
100         ndp \
101         newsyslog \
102         nfsd \
103         ngctl \
104         nghook \
105         nologin \
106         ntp \
107         ${_ofwdump} \
108         ${_pccard} \
109         pciconf \
110         ${_pcvt} \
111         periodic \
112         pkg_install \
113         pmccontrol \
114         pmcstat \
115         ${_pnpinfo} \
116         portsnap \
117         powerd \
118         ppp \
119         ${_pppctl} \
120         pppd \
121         pppstats \
122         ${_praliases} \
123         procctl \
124         pstat \
125         pw \
126         pwd_mkdb \
127         quot \
128         quotaon \
129         rarpd \
130         raycontrol \
131         repquota \
132         ${_rip6query} \
133         rmt \
134         ${_rndc} \
135         ${_rndc-confgen} \
136         ${_route6d} \
137         rpcbind \
138         rpc.lockd \
139         rpc.statd \
140         rpc.umntall \
141         ${_rpc.yppasswdd} \
142         ${_rpc.ypupdated} \
143         ${_rpc.ypxfrd} \
144         rrenumd \
145         rtadvd \
146         rtprio \
147         rtsold \
148         rwhod \
149         sa \
150         ${_sendmail} \
151         setfmac \
152         setpmac \
153         ${_sicontrol} \
154         sliplogin \
155         slstat \
156         smbmsg \
157         snapinfo \
158         ${_spkrtest} \
159         spray \
160         ${_sysinstall} \
161         syslogd \
162         tcpdchk \
163         tcpdmatch \
164         tcpdrop \
165         tcpdump \
166         timed \
167         traceroute \
168         ${_traceroute6} \
169         trpt \
170         tzsetup \
171         ugidfw \
172         ${_usbd} \
173         ${_usbdevs} \
174         vidcontrol \
175         vipw \
176         vnconfig \
177         watch \
178         watchdogd \
179         wicontrol \
180         ${_wlconfig} \
181         wpa \
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-checkconf=       named-checkconf
207 _named-checkzone=       named-checkzone
208 _named.reload=          named.reload
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_NIS)
230 _rpc.yppasswdd= rpc.yppasswdd
231 _rpc.ypupdated= rpc.ypupdated
232 _rpc.ypxfrd=    rpc.ypxfrd
233 _ypbind=        ypbind
234 _yp_mkdb=       yp_mkdb
235 _yppoll=        yppoll
236 _yppush=        yppush
237 _ypserv=        ypserv
238 _ypset=         ypset
239 .endif
240
241 .if !defined(NO_PF) && !defined(NO_AUTHPF)
242 _authpf=        authpf
243 .endif
244
245 .if !defined(NO_LPR)
246 _lpr=           lpr
247 .endif
248
249 .if !defined(NO_SENDMAIL)
250 _editmap=       editmap
251 _mailstats=     mailstats
252 _makemap=       makemap
253 _praliases=     praliases
254 _sendmail=      sendmail
255 .endif
256
257 .if !defined(NO_USB)
258 _usbd=          usbd
259 _usbdevs=       usbdevs
260 .endif
261
262 .if ${MACHINE_ARCH} == "arm"
263 _kgmon=         kgmon
264 .endif
265
266 .if ${MACHINE_ARCH} == "i386"
267 _apm=           apm
268 _apmd=          apmd
269 _asf=           asf
270 _btxld=         btxld
271 .if !defined(NO_I4B)
272 _i4b=           i4b
273 .endif
274 _kgmon=         kgmon
275 _kgzip=         kgzip
276 _lptcontrol=    lptcontrol
277 _mount_nwfs=    mount_nwfs
278 _mount_smbfs=   mount_smbfs
279 _mptable=       mptable
280 _ndiscvt=       ndiscvt
281 _pccard=        pccard
282 _pnpinfo=       pnpinfo
283 .if !defined(NO_LIBPTHREAD)
284 _pppctl=        pppctl
285 .endif
286 _sicontrol=     sicontrol
287 _spkrtest=      spkrtest
288 _zzz=           zzz
289 .if ${MACHINE} == "i386" 
290 .if !defined(NO_ACPI)
291 _acpi=          acpi
292 .endif
293 _arlcontrol=    arlcontrol
294 _boot0cfg=      boot0cfg
295 .if !defined(NO_PCVT)
296 _pcvt=          pcvt
297 .endif
298 _wlconfig=      wlconfig
299 .elif ${MACHINE} == "pc98"
300 _boot98cfg=     boot98cfg
301 .endif
302 .endif
303
304 .if ${MACHINE_ARCH} == "alpha"
305 _elf2exe=       elf2exe
306 _pnpinfo=       pnpinfo
307 .if !defined(NO_LIBC_R)
308 _pppctl=        pppctl
309 .endif
310 .endif
311
312 # kgzip: builds, but missing support files
313 # mptable: broken (not 64 bit clean)
314 # pnpinfo: crashes (not really useful anyway)
315 .if ${MACHINE_ARCH} == "amd64"
316 .if !defined(NO_ACPI)
317 _acpi=          acpi
318 .endif
319 _asf=           asf
320 _boot0cfg=      boot0cfg
321 _btxld=         btxld
322 _kgmon=         kgmon
323 _lptcontrol=    lptcontrol
324 _mount_nwfs=    mount_nwfs
325 _mount_smbfs=   mount_smbfs
326 _mptable=       mptable
327 _ndiscvt=       ndiscvt
328 .if !defined(NO_LIBPTHREAD)
329 _pppctl=        pppctl
330 .endif
331 _sicontrol=     sicontrol
332 _spkrtest=      spkrtest
333 _zzz=           zzz
334 .endif
335
336 .if ${MACHINE_ARCH} == "ia64"
337 .if !defined(NO_ACPI)
338 _acpi=          acpi
339 .endif
340 _kgmon=         kgmon
341 .if !defined(NO_LIBPTHREAD)
342 _pppctl=        pppctl
343 .endif
344 _zzz=           zzz
345 .endif
346
347 .if ${MACHINE_ARCH} == "powerpc"
348 _mount_smbfs=   mount_smbfs
349 .endif
350
351 .if ${MACHINE_ARCH} == "sparc64"
352 _eeprom=        eeprom
353 _ofwdump=       ofwdump
354 .if !defined(NO_LIBC_R)
355 _pppctl=        pppctl
356 .endif
357 .endif
358
359 .include <bsd.subdir.mk>