]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/Makefile
Upgrade our copy of llvm/clang to r168974, from upstream's release_32
[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         isfctl \
39         kldxref \
40         mailwrapper \
41         makefs \
42         manctl \
43         memcontrol \
44         mergemaster \
45         mfiutil \
46         mixer \
47         mlxcontrol \
48         mountd \
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 .if ${MK_OPENSSL} != "no"
114 SUBDIR+=        auditdistd
115 .endif
116 SUBDIR+=        auditreduce
117 SUBDIR+=        praudit
118 .endif
119
120 .if ${MK_AUTHPF} != "no"
121 SUBDIR+=        authpf
122 .endif
123
124 .if ${MK_BIND_DNSSEC} != "no" && ${MK_OPENSSL} != "no"
125 SUBDIR+=        dnssec-dsfromkey
126 SUBDIR+=        dnssec-keyfromlabel
127 SUBDIR+=        dnssec-keygen
128 SUBDIR+=        dnssec-revoke
129 SUBDIR+=        dnssec-settime
130 SUBDIR+=        dnssec-signzone
131 .endif
132 .if ${MK_BIND_NAMED} != "no"
133 SUBDIR+=        arpaname
134 SUBDIR+=        ddns-confgen
135 SUBDIR+=        genrandom
136 SUBDIR+=        isc-hmac-fixup
137 SUBDIR+=        named
138 SUBDIR+=        named-checkconf
139 SUBDIR+=        named-checkzone
140 SUBDIR+=        named-journalprint
141 SUBDIR+=        nsec3hash
142 SUBDIR+=        rndc
143 SUBDIR+=        rndc-confgen
144 .endif
145
146 .if ${MK_BLUETOOTH} != "no"
147 SUBDIR+=        bluetooth
148 .endif
149
150 .if ${MK_BSDCONFIG} != "no"
151 SUBDIR+=        bsdconfig
152 SUBDIR+=        sysrc
153 .endif
154
155 .if ${MK_BSNMP} != "no"
156 SUBDIR+=        bsnmpd
157 .endif
158
159 .if ${MK_CTM} != "no"
160 SUBDIR+=        ctm
161 .endif
162
163 .if ${MK_FLOPPY} != "no"
164 SUBDIR+=        fdcontrol
165 SUBDIR+=        fdformat
166 SUBDIR+=        fdread
167 SUBDIR+=        fdwrite
168 .endif
169
170 .if ${MK_FREEBSD_UPDATE} != "no"
171 SUBDIR+=        freebsd-update
172 .endif
173
174 .if ${MK_GSSAPI} != "no"
175 SUBDIR+=        gssd
176 .endif
177
178 .if ${MK_GPIO} != "no"
179 SUBDIR+=        gpioctl
180 .endif
181
182 .if ${MK_INET6} != "no"
183 SUBDIR+=        faithd
184 SUBDIR+=        ip6addrctl
185 SUBDIR+=        mld6query
186 SUBDIR+=        ndp
187 SUBDIR+=        rip6query
188 SUBDIR+=        route6d
189 SUBDIR+=        rrenumd
190 SUBDIR+=        rtadvctl
191 SUBDIR+=        rtadvd
192 SUBDIR+=        rtsold
193 SUBDIR+=        traceroute6
194 .endif
195
196 .if ${MK_IPFW} != "no"
197 SUBDIR+=        ipfwpcap
198 .endif
199
200 .if ${MK_IPX} != "no"
201 SUBDIR+=        IPXrouted
202 .endif
203
204 .if ${MK_JAIL} != "no"
205 SUBDIR+=        jail
206 SUBDIR+=        jexec
207 SUBDIR+=        jls
208 .endif
209
210 # XXX MK_SYSCONS
211 .if ${MK_LEGACY_CONSOLE} != "no"
212 SUBDIR+=        kbdcontrol
213 SUBDIR+=        kbdmap
214 SUBDIR+=        moused
215 SUBDIR+=        vidcontrol
216 .endif
217
218 .if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
219 .if ${MK_PPP} != "no"
220 SUBDIR+=        pppctl
221 .endif
222 .if ${MK_NS_CACHING} != "no"
223 SUBDIR+=        nscd
224 .endif
225 .endif
226
227 .if ${MK_LPR} != "no"
228 SUBDIR+=        lpr
229 .endif
230
231 .if ${MK_MAN_UTILS} != "no"
232 SUBDIR+=        manctl
233 .endif
234
235 .if ${MK_NAND} != "no"
236 SUBDIR+=        nandsim
237 SUBDIR+=        nandtool
238 .endif
239
240 .if ${MK_NETGRAPH} != "no"
241 SUBDIR+=        flowctl
242 SUBDIR+=        lmcconfig
243 SUBDIR+=        ngctl
244 SUBDIR+=        nghook
245 .endif
246
247 .if ${MK_NIS} != "no"
248 SUBDIR+=        rpc.yppasswdd
249 SUBDIR+=        rpc.ypupdated
250 SUBDIR+=        rpc.ypxfrd
251 SUBDIR+=        ypbind
252 SUBDIR+=        yp_mkdb
253 SUBDIR+=        yppoll
254 SUBDIR+=        yppush
255 SUBDIR+=        ypserv
256 SUBDIR+=        ypset
257 .endif
258
259 .if ${MK_NTP} != "no"
260 SUBDIR+=        ntp
261 .endif
262
263 .if ${MK_OPENSSL} != "no"
264 SUBDIR+=        keyserv
265 .endif
266
267 .if ${MK_PF} != "no"
268 SUBDIR+=        ftp-proxy
269 .endif
270
271 .if ${MK_PKGBOOTSTRAP} != "no"
272 SUBDIR+=        pkg
273 .endif
274
275 .if ${MK_PKGTOOLS} != "no"
276 SUBDIR+=        pkg_install
277 .endif
278
279 # XXX MK_TOOLCHAIN?
280 .if ${MK_PMC} != "no"
281 SUBDIR+=        pmcannotate
282 SUBDIR+=        pmccontrol
283 SUBDIR+=        pmcstat
284 .endif
285
286 .if ${MK_PORTSNAP} != "no"
287 SUBDIR+=        portsnap
288 .endif
289
290 .if ${MK_PPP} != "no"
291 SUBDIR+=        ppp
292 .endif
293
294 .if ${MK_QUOTAS} != "no"
295 SUBDIR+=        edquota
296 SUBDIR+=        quotaon
297 SUBDIR+=        repquota
298 .endif
299
300 .if ${MK_RCMDS} != "no"
301 SUBDIR+=        rwhod
302 .endif
303
304 .if ${MK_SENDMAIL} != "no"
305 SUBDIR+=        editmap
306 SUBDIR+=        mailstats
307 SUBDIR+=        makemap
308 SUBDIR+=        praliases
309 SUBDIR+=        sendmail
310 .endif
311
312 .if ${MK_TOOLCHAIN} != "no"
313 SUBDIR+=        config
314 SUBDIR+=        crunch
315 .endif
316
317 .if ${MK_USB} != "no"
318 SUBDIR+=        uathload
319 SUBDIR+=        uhsoctl
320 SUBDIR+=        usbconfig
321 SUBDIR+=        usbdump
322 .endif
323
324 .if ${MK_UTMPX} != "no"
325 SUBDIR+=        ac
326 SUBDIR+=        lastlogin
327 SUBDIR+=        utx
328 .endif
329
330 .if ${MK_WIRELESS} != "no"
331 SUBDIR+=        ancontrol
332 SUBDIR+=        wlandebug
333 SUBDIR+=        wpa
334 .endif
335
336 .include <bsd.arch.inc.mk>
337
338 SUBDIR:=        ${SUBDIR:O}
339
340 .include <bsd.subdir.mk>