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