]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/Makefile
Hook sesutil(8) to the build (forgotten in previous MFC)
[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         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         devinfo \
23         digictl \
24         diskinfo \
25         dumpcis \
26         etcupdate \
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         sesutil \
77         setfib \
78         setfmac \
79         setpmac \
80         smbmsg \
81         snapinfo \
82         spray \
83         syslogd \
84         sysrc \
85         tcpdrop \
86         tcpdump \
87         traceroute \
88         trpt \
89         tzsetup \
90         uefisign \
91         ugidfw \
92         vipw \
93         wake \
94         watch \
95         watchdogd \
96         zic
97
98 # NB: keep these sorted by MK_* knobs
99
100 .if ${MK_ACCT} != "no"
101 SUBDIR+=        accton
102 SUBDIR+=        sa
103 .endif
104
105 .if ${MK_AMD} != "no"
106 SUBDIR+=        amd
107 .endif
108
109 .if ${MK_AUDIT} != "no"
110 SUBDIR+=        audit
111 SUBDIR+=        auditd
112 .if ${MK_OPENSSL} != "no"
113 SUBDIR+=        auditdistd
114 .endif
115 SUBDIR+=        auditreduce
116 SUBDIR+=        praudit
117 .endif
118
119 .if ${MK_AUTHPF} != "no"
120 SUBDIR+=        authpf
121 .endif
122
123 .if ${MK_AUTOFS} != "no"
124 SUBDIR+=        autofs
125 .endif
126
127 .if ${MK_BLUETOOTH} != "no"
128 SUBDIR+=        bluetooth
129 .endif
130
131 .if ${MK_BOOTPARAMD} != "no"
132 SUBDIR+=        bootparamd
133 .endif
134
135 .if ${MK_BSDINSTALL} != "no"
136 SUBDIR+=        bsdinstall
137 .endif
138
139 .if ${MK_BSNMP} != "no"
140 SUBDIR+=        bsnmpd
141 .endif
142
143 .if ${MK_CTM} != "no"
144 SUBDIR+=        ctm
145 .endif
146
147 .if ${MK_FLOPPY} != "no"
148 SUBDIR+=        fdcontrol
149 SUBDIR+=        fdformat
150 SUBDIR+=        fdread
151 SUBDIR+=        fdwrite
152 .endif
153
154 .if ${MK_FMTREE} != "no"
155 SUBDIR+=        mtree
156 .endif
157
158 .if ${MK_FREEBSD_UPDATE} != "no"
159 SUBDIR+=        freebsd-update
160 .endif
161
162 .if ${MK_GSSAPI} != "no"
163 SUBDIR+=        gssd
164 .endif
165
166 .if ${MK_GPIO} != "no"
167 SUBDIR+=        gpioctl
168 .endif
169
170 .if ${MK_INET6} != "no"
171 SUBDIR+=        faithd
172 SUBDIR+=        ip6addrctl
173 SUBDIR+=        mld6query
174 SUBDIR+=        ndp
175 SUBDIR+=        rip6query
176 SUBDIR+=        route6d
177 SUBDIR+=        rrenumd
178 SUBDIR+=        rtadvctl
179 SUBDIR+=        rtadvd
180 SUBDIR+=        rtsold
181 SUBDIR+=        traceroute6
182 .endif
183
184 .if ${MK_INETD} != "no"
185 SUBDIR+=        inetd
186 .endif
187
188 .if ${MK_IPFW} != "no"
189 SUBDIR+=        ipfwpcap
190 .endif
191
192 .if ${MK_IPX} != "no"
193 SUBDIR+=        IPXrouted
194 .endif
195
196 .if ${MK_ISCSI} != "no"
197 SUBDIR+=        iscsid
198 .endif
199
200 .if ${MK_JAIL} != "no"
201 SUBDIR+=        jail
202 SUBDIR+=        jexec
203 SUBDIR+=        jls
204 .endif
205
206 # XXX MK_SYSCONS
207 .if ${MK_LEGACY_CONSOLE} != "no"
208 SUBDIR+=        kbdcontrol
209 SUBDIR+=        kbdmap
210 SUBDIR+=        moused
211 SUBDIR+=        vidcontrol
212 .endif
213
214 .if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
215 .if ${MK_PPP} != "no"
216 SUBDIR+=        pppctl
217 .endif
218 .if ${MK_NS_CACHING} != "no"
219 SUBDIR+=        nscd
220 .endif
221 .endif
222
223 .if ${MK_LPR} != "no"
224 SUBDIR+=        lpr
225 .endif
226
227 .if ${MK_MAN_UTILS} != "no"
228 SUBDIR+=        manctl
229 .endif
230
231 .if ${MK_NAND} != "no"
232 SUBDIR+=        nandsim
233 SUBDIR+=        nandtool
234 .endif
235
236 .if ${MK_NETGRAPH} != "no"
237 SUBDIR+=        flowctl
238 SUBDIR+=        lmcconfig
239 SUBDIR+=        ngctl
240 SUBDIR+=        nghook
241 .endif
242
243 .if ${MK_NIS} != "no"
244 SUBDIR+=        rpc.yppasswdd
245 SUBDIR+=        rpc.ypupdated
246 SUBDIR+=        rpc.ypxfrd
247 SUBDIR+=        ypbind
248 SUBDIR+=        yp_mkdb
249 SUBDIR+=        yppoll
250 SUBDIR+=        yppush
251 SUBDIR+=        ypserv
252 SUBDIR+=        ypset
253 .endif
254
255 .if ${MK_NTP} != "no"
256 SUBDIR+=        ntp
257 .endif
258
259 .if ${MK_OPENSSL} != "no"
260 SUBDIR+=        keyserv
261 .endif
262
263 .if ${MK_PC_SYSINSTALL} != "no"
264 _pc_sysinstall= pc-sysinstall
265 .endif
266
267 .if ${MK_PF} != "no"
268 SUBDIR+=        ftp-proxy
269 .endif
270
271 .if ${MK_PKGBOOTSTRAP} != "no"
272 SUBDIR+=        pkg
273 .endif
274
275 .if ${MK_PKGTOOLS} != "no"
276 SUBDIR+=        pkg_install
277 .endif
278
279 # XXX MK_TOOLCHAIN?
280 .if ${MK_PMC} != "no"
281 SUBDIR+=        pmcannotate
282 SUBDIR+=        pmccontrol
283 SUBDIR+=        pmcstat
284 SUBDIR+=        pmcstudy
285 .endif
286
287 .if ${MK_PORTSNAP} != "no"
288 SUBDIR+=        portsnap
289 .endif
290
291 .if ${MK_PPP} != "no"
292 SUBDIR+=        ppp
293 .endif
294
295 .if ${MK_QUOTAS} != "no"
296 SUBDIR+=        edquota
297 SUBDIR+=        quotaon
298 SUBDIR+=        repquota
299 .endif
300
301 .if ${MK_RCMDS} != "no"
302 SUBDIR+=        rwhod
303 .endif
304
305 .if ${MK_SENDMAIL} != "no"
306 SUBDIR+=        editmap
307 SUBDIR+=        mailstats
308 SUBDIR+=        makemap
309 SUBDIR+=        praliases
310 SUBDIR+=        sendmail
311 .endif
312
313 .if ${MK_TCP_WRAPPERS} != "no"
314 SUBDIR+=        tcpdchk
315 SUBDIR+=        tcpdmatch
316 .endif
317
318 .if ${MK_TESTS} != "no"
319 SUBDIR+=        tests
320 .endif
321
322 .if ${MK_TIMED} != "no"
323 SUBDIR+=        timed
324 .endif
325
326 .if ${MK_TOOLCHAIN} != "no"
327 SUBDIR+=        config
328 SUBDIR+=        crunch
329 .endif
330
331 .if ${MK_UNBOUND} != "no"
332 SUBDIR+=        unbound
333 .endif
334
335 .if ${MK_USB} != "no"
336 SUBDIR+=        uathload
337 SUBDIR+=        uhsoctl
338 SUBDIR+=        usbconfig
339 SUBDIR+=        usbdump
340 .endif
341
342 .if ${MK_UTMPX} != "no"
343 SUBDIR+=        ac
344 SUBDIR+=        lastlogin
345 SUBDIR+=        utx
346 .endif
347
348 .if ${MK_WIRELESS} != "no"
349 SUBDIR+=        ancontrol
350 SUBDIR+=        wlandebug
351 SUBDIR+=        wpa
352 .endif
353
354 .include <bsd.arch.inc.mk>
355
356 SUBDIR:=        ${SUBDIR:O}
357
358 SUBDIR_PARALLEL=
359
360 .include <bsd.subdir.mk>