]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/Makefile
Update libarchive to 3.0.4
[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 SUBDIR= adduser \
7         arp \
8         bootparamd \
9         burncd \
10         bsdinstall \
11         cdcontrol \
12         chkgrp \
13         chown \
14         chroot \
15         ckdist \
16         clear_locks \
17         crashinfo \
18         cron \
19         ctladm \
20         daemon \
21         dconschat \
22         devinfo \
23         digictl \
24         diskinfo \
25         dumpcis \
26         etcupdate \
27         extattr \
28         extattrctl \
29         fifolog \
30         fwcontrol \
31         getfmac \
32         getpmac \
33         gstat \
34         i2c \
35         ifmcstat \
36         inetd \
37         iostat \
38         kldxref \
39         mailwrapper \
40         makefs \
41         manctl \
42         memcontrol \
43         mergemaster \
44         mfiutil \
45         mixer \
46         mlxcontrol \
47         mountd \
48         mount_portalfs \
49         mptutil \
50         mtest \
51         mtree \
52         newsyslog \
53         nfscbd \
54         nfsd \
55         nfsdumpstate \
56         nfsrevoke \
57         nfsuserd \
58         nologin \
59         pc-sysinstall \
60         pciconf \
61         periodic \
62         powerd \
63         procctl \
64         pstat \
65         pw \
66         pwd_mkdb \
67         quot \
68         rarpd \
69         rmt \
70         rpcbind \
71         rpc.lockd \
72         rpc.statd \
73         rpc.umntall \
74         rtprio \
75         service \
76         services_mkdb \
77         setfib \
78         setfmac \
79         setpmac \
80         smbmsg \
81         snapinfo \
82         spray \
83         syslogd \
84         tcpdchk \
85         tcpdmatch \
86         tcpdrop \
87         tcpdump \
88         timed \
89         traceroute \
90         trpt \
91         tzsetup \
92         ugidfw \
93         vipw \
94         wake \
95         watch \
96         watchdogd \
97         zic
98
99 # NB: keep these sorted by MK_* knobs
100
101 .if ${MK_ACCT} != "no"
102 SUBDIR+=        accton
103 SUBDIR+=        sa
104 .endif
105
106 .if ${MK_AMD} != "no"
107 SUBDIR+=        amd
108 .endif
109
110 .if ${MK_AUDIT} != "no"
111 SUBDIR+=        audit
112 SUBDIR+=        auditd
113 SUBDIR+=        auditreduce
114 SUBDIR+=        praudit
115 .endif
116
117 .if ${MK_AUTHPF} != "no"
118 SUBDIR+=        authpf
119 .endif
120
121 .if ${MK_BIND_DNSSEC} != "no" && ${MK_OPENSSL} != "no"
122 SUBDIR+=        dnssec-dsfromkey
123 SUBDIR+=        dnssec-keyfromlabel
124 SUBDIR+=        dnssec-keygen
125 SUBDIR+=        dnssec-revoke
126 SUBDIR+=        dnssec-settime
127 SUBDIR+=        dnssec-signzone
128 .endif
129 .if ${MK_BIND_NAMED} != "no"
130 SUBDIR+=        arpaname
131 SUBDIR+=        ddns-confgen
132 SUBDIR+=        genrandom
133 SUBDIR+=        isc-hmac-fixup
134 SUBDIR+=        named
135 SUBDIR+=        named-checkconf
136 SUBDIR+=        named-checkzone
137 SUBDIR+=        named-journalprint
138 SUBDIR+=        nsec3hash
139 SUBDIR+=        rndc
140 SUBDIR+=        rndc-confgen
141 .endif
142
143 .if ${MK_BLUETOOTH} != "no"
144 SUBDIR+=        bluetooth
145 .endif
146
147 .if ${MK_BSDCONFIG} != "no"
148 SUBDIR+=        bsdconfig
149 .endif
150
151 .if ${MK_BSNMP} != "no"
152 SUBDIR+=        bsnmpd
153 .endif
154
155 .if ${MK_CTM} != "no"
156 SUBDIR+=        ctm
157 .endif
158
159 .if ${MK_FLOPPY} != "no"
160 SUBDIR+=        fdcontrol
161 SUBDIR+=        fdformat
162 SUBDIR+=        fdread
163 SUBDIR+=        fdwrite
164 .endif
165
166 .if ${MK_FREEBSD_UPDATE} != "no"
167 SUBDIR+=        freebsd-update
168 .endif
169
170 .if ${MK_GSSAPI} != "no"
171 SUBDIR+=        gssd
172 .endif
173
174 .if ${MK_GPIO} != "no"
175 SUBDIR+=        gpioctl
176 .endif
177
178 .if ${MK_INET6} != "no"
179 SUBDIR+=        faithd
180 SUBDIR+=        ip6addrctl
181 SUBDIR+=        mld6query
182 SUBDIR+=        ndp
183 SUBDIR+=        rip6query
184 SUBDIR+=        route6d
185 SUBDIR+=        rrenumd
186 SUBDIR+=        rtadvctl
187 SUBDIR+=        rtadvd
188 SUBDIR+=        rtsold
189 SUBDIR+=        traceroute6
190 .endif
191
192 .if ${MK_IPFW} != "no"
193 SUBDIR+=        ipfwpcap
194 .endif
195
196 .if ${MK_IPX} != "no"
197 SUBDIR+=        IPXrouted
198 .endif
199
200 .if ${MK_JAIL} != "no"
201 SUBDIR+=        jail
202 SUBDIR+=        jexec
203 SUBDIR+=        jls
204 .endif
205
206 # XXX MK_SYSCONS
207 .if ${MK_LEGACY_CONSOLE} != "no"
208 SUBDIR+=        kbdcontrol
209 SUBDIR+=        kbdmap
210 SUBDIR+=        moused
211 SUBDIR+=        vidcontrol
212 .endif
213
214 .if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
215 .if ${MK_PPP} != "no"
216 SUBDIR+=        pppctl
217 .endif
218 .if ${MK_NS_CACHING} != "no"
219 SUBDIR+=        nscd
220 .endif
221 .endif
222
223 .if ${MK_LPR} != "no"
224 SUBDIR+=        lpr
225 .endif
226
227 .if ${MK_MAN_UTILS} != "no"
228 SUBDIR+=        manctl
229 .endif
230
231 .if ${MK_NAND} != "no"
232 SUBDIR+=        nandsim
233 SUBDIR+=        nandtool
234 .endif
235
236 .if ${MK_NETGRAPH} != "no"
237 SUBDIR+=        flowctl
238 SUBDIR+=        lmcconfig
239 SUBDIR+=        ngctl
240 SUBDIR+=        nghook
241 .endif
242
243 .if ${MK_NIS} != "no"
244 SUBDIR+=        rpc.yppasswdd
245 SUBDIR+=        rpc.ypupdated
246 SUBDIR+=        rpc.ypxfrd
247 SUBDIR+=        ypbind
248 SUBDIR+=        yp_mkdb
249 SUBDIR+=        yppoll
250 SUBDIR+=        yppush
251 SUBDIR+=        ypserv
252 SUBDIR+=        ypset
253 .endif
254
255 .if ${MK_NTP} != "no"
256 SUBDIR+=        ntp
257 .endif
258
259 .if ${MK_OPENSSL} != "no"
260 SUBDIR+=        keyserv
261 .endif
262
263 .if ${MK_PF} != "no"
264 SUBDIR+=        ftp-proxy
265 .endif
266
267 .if ${MK_PKGBOOTSTRAP} != "no"
268 SUBDIR+=        pkg
269 .endif
270
271 .if ${MK_PKGTOOLS} != "no"
272 SUBDIR+=        pkg_install
273 .endif
274
275 # XXX MK_TOOLCHAIN?
276 .if ${MK_PMC} != "no"
277 SUBDIR+=        pmcannotate
278 SUBDIR+=        pmccontrol
279 SUBDIR+=        pmcstat
280 .endif
281
282 .if ${MK_PORTSNAP} != "no"
283 SUBDIR+=        portsnap
284 .endif
285
286 .if ${MK_PPP} != "no"
287 SUBDIR+=        ppp
288 .endif
289
290 .if ${MK_QUOTAS} != "no"
291 SUBDIR+=        edquota
292 SUBDIR+=        quotaon
293 SUBDIR+=        repquota
294 .endif
295
296 .if ${MK_RCMDS} != "no"
297 SUBDIR+=        rwhod
298 .endif
299
300 .if ${MK_SENDMAIL} != "no"
301 SUBDIR+=        editmap
302 SUBDIR+=        mailstats
303 SUBDIR+=        makemap
304 SUBDIR+=        praliases
305 SUBDIR+=        sendmail
306 .endif
307
308 .if ${MK_TOOLCHAIN} != "no"
309 SUBDIR+=        config
310 SUBDIR+=        crunch
311 .endif
312
313 .if ${MK_USB} != "no"
314 SUBDIR+=        uathload
315 SUBDIR+=        uhsoctl
316 SUBDIR+=        usbconfig
317 SUBDIR+=        usbdump
318 .endif
319
320 .if ${MK_UTMPX} != "no"
321 SUBDIR+=        ac
322 SUBDIR+=        lastlogin
323 SUBDIR+=        utx
324 .endif
325
326 .if ${MK_WIRELESS} != "no"
327 SUBDIR+=        ancontrol
328 SUBDIR+=        wlandebug
329 SUBDIR+=        wpa
330 .endif
331
332 .include <bsd.arch.inc.mk>
333
334 SUBDIR:=        ${SUBDIR:O}
335
336 .include <bsd.subdir.mk>