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