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