]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/Makefile
This commit was generated by cvs2svn to compensate for changes in r131554,
[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         ${_editmap} \
40         edquota \
41         ${_eeprom} \
42         ${_elf2exe} \
43         extattr \
44         extattrctl \
45         faithd \
46         fdcontrol \
47         fdformat \
48         fdread \
49         fdwrite \
50         fwcontrol \
51         getfmac \
52         getpmac \
53         gstat \
54         ${_i4b} \
55         ifmcstat \
56         inetd \
57         iostat \
58         ip6addrctl \
59         ${_ipftest} \
60         ${_ipresend} \
61         ${_ipsend} \
62         ${_iptest} \
63         IPXrouted \
64         jail \
65         jexec \
66         jls \
67         kbdcontrol \
68         kbdmap \
69         kernbb \
70         ${_keyserv} \
71         ${_kgmon} \
72         ${_kgzip} \
73         kldxref \
74         lastlogin \
75         ${_lpr} \
76         ${_lptcontrol} \
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.reload} \
97         ${_named.restart} \
98         ${_ndc} \
99         ${_ndiscvt} \
100         ndp \
101         newsyslog \
102         nfsd \
103         ngctl \
104         nghook \
105         nologin \
106         ${_nslookup} \
107         ${_nsupdate} \
108         ntp \
109         ${_ofwdump} \
110         ${_pccard} \
111         pciconf \
112         ${_pcvt} \
113         periodic \
114         pkg_install \
115         ${_pnpinfo} \
116         ppp \
117         ${_pppctl} \
118         pppd \
119         pppstats \
120         ${_praliases} \
121         procctl \
122         pstat \
123         pw \
124         pwd_mkdb \
125         quot \
126         quotaon \
127         rarpd \
128         raycontrol \
129         repquota \
130         ${_rip6query} \
131         rmt \
132         ${_route6d} \
133         rpcbind \
134         rpc.lockd \
135         rpc.statd \
136         rpc.umntall \
137         rpc.yppasswdd \
138         rpc.ypupdated \
139         rpc.ypxfrd \
140         rrenumd \
141         rtadvd \
142         rtprio \
143         rtsold \
144         rwhod \
145         sa \
146         ${_sendmail} \
147         setfmac \
148         setkey \
149         setpmac \
150         ${_sicontrol} \
151         sliplogin \
152         slstat \
153         smbmsg \
154         ${_spkrtest} \
155         spray \
156         ${_sysinstall} \
157         syslogd \
158         tcpdchk \
159         tcpdmatch \
160         tcpdump \
161         timed \
162         traceroute \
163         ${_traceroute6} \
164         trpt \
165         tzsetup \
166         ugidfw \
167         ${_usbd} \
168         ${_usbdevs} \
169         vidcontrol \
170         vipw \
171         vnconfig \
172         watch \
173         watchdogd \
174         wicontrol \
175         ${_wlconfig} \
176         ypbind \
177         yp_mkdb \
178         yppoll \
179         yppush \
180         ypserv \
181         ypset \
182         zic \
183         ${_zzz}
184
185 .if ${MACHINE_ARCH} != "arm"
186 _sysinstall=    sysinstall
187 .endif
188
189 .if !defined(NOATM)
190 _atm=           atm
191 .endif
192
193 .if !defined(NO_BIND)
194 _named=         named
195 _named.reload=  named.reload
196 _named.restart= named.restart
197 _ndc=           ndc
198 _nslookup=      nslookup
199 _nsupdate=      nsupdate
200 .endif
201
202 .if !defined(NOCRYPT) && !defined(NO_OPENSSL)
203 _keyserv=       keyserv
204 .endif
205
206 .if !defined(NOINET6)
207 _mld6query=     mld6query
208 _rip6query=     rip6query
209 _route6d=       route6d
210 _traceroute6=   traceroute6
211 .endif
212
213 .if !defined(NO_IPFILTER)
214 _ipftest=       ipftest
215 _ipresend=      ipresend
216 _ipsend=        ipsend
217 _iptest=        iptest
218 .endif
219
220 .if !defined(NO_PF) && !defined(NO_AUTHPF)
221 _authpf=        authpf
222 .endif
223
224 .if !defined(NO_LPR)
225 _lpr=           lpr
226 .endif
227
228 .if !defined(NO_SENDMAIL)
229 _editmap=       editmap
230 _mailstats=     mailstats
231 _makemap=       makemap
232 _praliases=     praliases
233 _sendmail=      sendmail
234 .endif
235
236 .if !defined(NO_USB)
237 _usbd=          usbd
238 _usbdevs=       usbdevs
239 .endif
240
241 .if ${MACHINE_ARCH} == "i386"
242 .if !defined(NO_ACPI)
243 _acpi=          acpi
244 .endif
245 _apm=           apm
246 _apmd=          apmd
247 _asf=           asf
248 .if !defined(NO_BLUETOOTH)
249 _bluetooth=     bluetooth
250 .endif
251 .if ${MACHINE} == "i386"
252 _arlcontrol=    arlcontrol
253 _boot0cfg=      boot0cfg
254 .endif
255 .if ${MACHINE} == "pc98"
256 _boot98cfg=     boot98cfg
257 .endif
258 _btxld=         btxld
259 .if !defined(NO_I4B)
260 _i4b=           i4b
261 .endif
262 _kgmon=         kgmon
263 _kgzip=         kgzip
264 _lptcontrol=    lptcontrol
265 _mount_nwfs=    mount_nwfs
266 _mount_smbfs=   mount_smbfs
267 _mptable=       mptable
268 _ndiscvt=       ndiscvt
269 _pccard=        pccard
270 _pcvt=          pcvt
271 _pnpinfo=       pnpinfo
272 .if !defined(NOLIBPTHREAD)
273 _pppctl=        pppctl
274 .endif
275 _sicontrol=     sicontrol
276 _spkrtest=      spkrtest
277 _wlconfig=      wlconfig
278 _zzz=           zzz
279 .endif
280
281 .if ${MACHINE_ARCH} == "alpha"
282 _elf2exe=       elf2exe
283 _pnpinfo=       pnpinfo
284 .if !defined(NOLIBC_R)
285 _pppctl=        pppctl
286 .endif
287 .endif
288
289 # kgzip: builds, but missing support files
290 # mptable: broken (not 64 bit clean)
291 # pnpinfo: crashes (not really useful anyway)
292 .if ${MACHINE_ARCH} == "amd64"
293 .if !defined(NO_ACPI)
294 _acpi=          acpi
295 .endif
296 _asf=           asf
297 _boot0cfg=      boot0cfg
298 _btxld=         btxld
299 _kgmon=         kgmon
300 _lptcontrol=    lptcontrol
301 _mount_nwfs=    mount_nwfs
302 _mount_smbfs=   mount_smbfs
303 _mptable=       mptable
304 .if !defined(NOLIBPTHREAD)
305 _pppctl=        pppctl
306 .endif
307 _sicontrol=     sicontrol
308 _spkrtest=      spkrtest
309 _zzz=           zzz
310 .endif
311
312 .if ${MACHINE_ARCH} == "ia64"
313 .if !defined(NO_ACPI)
314 _acpi=          acpi
315 .endif
316 .if !defined(NOLIBPTHREAD)
317 _pppctl=        pppctl
318 .endif
319 _zzz=           zzz
320 .endif
321
322 .if ${MACHINE_ARCH} == "sparc64"
323 _eeprom=        eeprom
324 _ofwdump=       ofwdump
325 .if !defined(NOLIBC_R)
326 _pppctl=        pppctl
327 .endif
328 .endif
329
330 .include <bsd.subdir.mk>