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