]> CyberLeo.Net >> Repos - FreeBSD/releng/10.1.git/blob - usr.sbin/Makefile
Fix resource exhaustion due to sessions stuck in LAST_ACK state.
[FreeBSD/releng/10.1.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         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         etcupdate \
30         extattr \
31         extattrctl \
32         fifolog \
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         vipw \
98         wake \
99         watch \
100         watchdogd \
101         zic
102
103 # NB: keep these sorted by MK_* knobs
104
105 .if ${MK_ACCT} != "no"
106 SUBDIR+=        accton
107 SUBDIR+=        sa
108 .endif
109
110 .if ${MK_AMD} != "no"
111 SUBDIR+=        amd
112 .endif
113
114 .if ${MK_AUDIT} != "no"
115 SUBDIR+=        audit
116 SUBDIR+=        auditd
117 .if ${MK_OPENSSL} != "no"
118 SUBDIR+=        auditdistd
119 .endif
120 SUBDIR+=        auditreduce
121 SUBDIR+=        praudit
122 .endif
123
124 .if ${MK_AUTHPF} != "no"
125 SUBDIR+=        authpf
126 .endif
127
128 .if ${MK_BLUETOOTH} != "no"
129 SUBDIR+=        bluetooth
130 .endif
131
132 .if ${MK_BSNMP} != "no"
133 SUBDIR+=        bsnmpd
134 .endif
135
136 .if ${MK_CTM} != "no"
137 SUBDIR+=        ctm
138 .endif
139
140 .if ${MK_FLOPPY} != "no"
141 SUBDIR+=        fdcontrol
142 SUBDIR+=        fdformat
143 SUBDIR+=        fdread
144 SUBDIR+=        fdwrite
145 .endif
146
147 .if ${MK_FMTREE} != "no"
148 SUBDIR+=        mtree
149 .endif
150
151 .if ${MK_FREEBSD_UPDATE} != "no"
152 SUBDIR+=        freebsd-update
153 .endif
154
155 .if ${MK_GSSAPI} != "no"
156 SUBDIR+=        gssd
157 .endif
158
159 .if ${MK_GPIO} != "no"
160 SUBDIR+=        gpioctl
161 .endif
162
163 .if ${MK_INET6} != "no"
164 SUBDIR+=        faithd
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_IPX} != "no"
182 SUBDIR+=        IPXrouted
183 .endif
184
185 .if ${MK_JAIL} != "no"
186 SUBDIR+=        jail
187 SUBDIR+=        jexec
188 SUBDIR+=        jls
189 .endif
190
191 # XXX MK_SYSCONS
192 .if ${MK_LEGACY_CONSOLE} != "no"
193 SUBDIR+=        kbdcontrol
194 SUBDIR+=        kbdmap
195 SUBDIR+=        moused
196 SUBDIR+=        vidcontrol
197 .endif
198
199 .if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
200 .if ${MK_PPP} != "no"
201 SUBDIR+=        pppctl
202 .endif
203 .if ${MK_NS_CACHING} != "no"
204 SUBDIR+=        nscd
205 .endif
206 .endif
207
208 .if ${MK_LPR} != "no"
209 SUBDIR+=        lpr
210 .endif
211
212 .if ${MK_MAN_UTILS} != "no"
213 SUBDIR+=        manctl
214 .endif
215
216 .if ${MK_NAND} != "no"
217 SUBDIR+=        nandsim
218 SUBDIR+=        nandtool
219 .endif
220
221 .if ${MK_NETGRAPH} != "no"
222 SUBDIR+=        flowctl
223 SUBDIR+=        lmcconfig
224 SUBDIR+=        ngctl
225 SUBDIR+=        nghook
226 .endif
227
228 .if ${MK_NIS} != "no"
229 SUBDIR+=        rpc.yppasswdd
230 SUBDIR+=        rpc.ypupdated
231 SUBDIR+=        rpc.ypxfrd
232 SUBDIR+=        ypbind
233 SUBDIR+=        yp_mkdb
234 SUBDIR+=        yppoll
235 SUBDIR+=        yppush
236 SUBDIR+=        ypserv
237 SUBDIR+=        ypset
238 .endif
239
240 .if ${MK_NTP} != "no"
241 SUBDIR+=        ntp
242 .endif
243
244 .if ${MK_OPENSSL} != "no"
245 SUBDIR+=        keyserv
246 .endif
247
248 .if ${MK_PC_SYSINSTALL} != "no"
249 _pc_sysinstall= pc-sysinstall
250 .endif
251
252 .if ${MK_PF} != "no"
253 SUBDIR+=        ftp-proxy
254 .endif
255
256 .if ${MK_PKGBOOTSTRAP} != "no"
257 SUBDIR+=        pkg
258 .endif
259
260 .if ${MK_PKGTOOLS} != "no"
261 SUBDIR+=        pkg_install
262 .endif
263
264 # XXX MK_TOOLCHAIN?
265 .if ${MK_PMC} != "no"
266 SUBDIR+=        pmcannotate
267 SUBDIR+=        pmccontrol
268 SUBDIR+=        pmcstat
269 .endif
270
271 .if ${MK_PORTSNAP} != "no"
272 SUBDIR+=        portsnap
273 .endif
274
275 .if ${MK_PPP} != "no"
276 SUBDIR+=        ppp
277 .endif
278
279 .if ${MK_QUOTAS} != "no"
280 SUBDIR+=        edquota
281 SUBDIR+=        quotaon
282 SUBDIR+=        repquota
283 .endif
284
285 .if ${MK_RCMDS} != "no"
286 SUBDIR+=        rwhod
287 .endif
288
289 .if ${MK_SENDMAIL} != "no"
290 SUBDIR+=        editmap
291 SUBDIR+=        mailstats
292 SUBDIR+=        makemap
293 SUBDIR+=        praliases
294 SUBDIR+=        sendmail
295 .endif
296
297 .if ${MK_TESTS} != "no"
298 SUBDIR+=        tests
299 .endif
300
301 .if ${MK_TOOLCHAIN} != "no"
302 SUBDIR+=        config
303 SUBDIR+=        crunch
304 .endif
305
306 .if ${MK_UNBOUND} != "no"
307 SUBDIR+=        unbound
308 .endif
309
310 .if ${MK_USB} != "no"
311 SUBDIR+=        uathload
312 SUBDIR+=        uhsoctl
313 SUBDIR+=        usbconfig
314 SUBDIR+=        usbdump
315 .endif
316
317 .if ${MK_UTMPX} != "no"
318 SUBDIR+=        ac
319 SUBDIR+=        lastlogin
320 SUBDIR+=        utx
321 .endif
322
323 .if ${MK_WIRELESS} != "no"
324 SUBDIR+=        ancontrol
325 SUBDIR+=        wlandebug
326 SUBDIR+=        wpa
327 .endif
328
329 .include <bsd.arch.inc.mk>
330
331 SUBDIR:=        ${SUBDIR:O}
332
333 SUBDIR_PARALLEL=
334
335 .include <bsd.subdir.mk>