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