]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/Makefile
* Add the readline(3) API to libedit. The libedit versions of
[FreeBSD/FreeBSD.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         bsdinstall \
11         cdcontrol \
12         chkgrp \
13         chown \
14         chroot \
15         ckdist \
16         clear_locks \
17         crashinfo \
18         cron \
19         daemon \
20         dconschat \
21         devinfo \
22         digictl \
23         diskinfo \
24         dumpcis \
25         extattr \
26         extattrctl \
27         fifolog \
28         fwcontrol \
29         getfmac \
30         getpmac \
31         gstat \
32         i2c \
33         ifmcstat \
34         inetd \
35         iostat \
36         kldxref \
37         lastlogin \
38         mailwrapper \
39         makefs \
40         manctl \
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         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         setfib \
77         setfmac \
78         setpmac \
79         smbmsg \
80         snapinfo \
81         spray \
82         syslogd \
83         tcpdchk \
84         tcpdmatch \
85         tcpdrop \
86         tcpdump \
87         timed \
88         traceroute \
89         trpt \
90         tzsetup \
91         ugidfw \
92         utxrm \
93         vipw \
94         wake \
95         watch \
96         watchdogd \
97         zic
98
99 # NB: keep these sorted by MK_* knobs
100
101 .if ${MK_ACCT} != "no"
102 SUBDIR+=        ac
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 SUBDIR+=        auditreduce
115 SUBDIR+=        praudit
116 .endif
117
118 .if ${MK_AUTHPF} != "no"
119 SUBDIR+=        authpf
120 .endif
121
122 .if ${MK_BIND_DNSSEC} != "no" && ${MK_OPENSSL} != "no"
123 SUBDIR+=        dnssec-dsfromkey
124 SUBDIR+=        dnssec-keyfromlabel
125 SUBDIR+=        dnssec-keygen
126 SUBDIR+=        dnssec-signzone
127 .endif
128 .if ${MK_BIND_NAMED} != "no"
129 SUBDIR+=        named
130 SUBDIR+=        named-checkconf
131 SUBDIR+=        named-checkzone
132 SUBDIR+=        named.reload
133 SUBDIR+=        rndc
134 SUBDIR+=        rndc-confgen
135 .endif
136
137 .if ${MK_BLUETOOTH} != "no"
138 SUBDIR+=        bluetooth
139 .endif
140
141 .if ${MK_BSNMP} != "no"
142 SUBDIR+=        bsnmpd
143 .endif
144
145 .if ${MK_CTM} != "no"
146 SUBDIR+=        ctm
147 .endif
148
149 .if ${MK_FLOPPY} != "no"
150 SUBDIR+=        fdcontrol
151 SUBDIR+=        fdformat
152 SUBDIR+=        fdread
153 SUBDIR+=        fdwrite
154 .endif
155
156 .if ${MK_FREEBSD_UPDATE} != "no"
157 SUBDIR+=        freebsd-update
158 .endif
159
160 .if ${MK_GSSAPI} != "no"
161 SUBDIR+=        gssd
162 .endif
163
164 .if ${MK_GPIO} != "no"
165 SUBDIR+=        gpioctl
166 .endif
167
168 .if ${MK_INET6} != "no"
169 SUBDIR+=        faithd
170 SUBDIR+=        ip6addrctl
171 SUBDIR+=        mld6query
172 SUBDIR+=        ndp
173 SUBDIR+=        rip6query
174 SUBDIR+=        route6d
175 SUBDIR+=        rrenumd
176 SUBDIR+=        rtadvd
177 SUBDIR+=        rtsold
178 SUBDIR+=        traceroute6
179 .endif
180
181 .if ${MK_IPFW} != "no"
182 SUBDIR+=        ipfwpcap
183 .endif
184
185 .if ${MK_IPX} != "no"
186 SUBDIR+=        IPXrouted
187 .endif
188
189 .if ${MK_JAIL} != "no"
190 SUBDIR+=        jail
191 SUBDIR+=        jexec
192 SUBDIR+=        jls
193 .endif
194
195 # XXX MK_SYSCONS
196 .if ${MK_LEGACY_CONSOLE} != "no"
197 SUBDIR+=        kbdcontrol
198 SUBDIR+=        kbdmap
199 SUBDIR+=        moused
200 SUBDIR+=        vidcontrol
201 .endif
202
203 .if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
204 .if ${MK_PPP} != "no"
205 SUBDIR+=        pppctl
206 .endif
207 .if ${MK_NS_CACHING} != "no"
208 SUBDIR+=        nscd
209 .endif
210 .endif
211
212 .if ${MK_LPR} != "no"
213 SUBDIR+=        lpr
214 .endif
215
216 .if ${MK_MAN_UTILS} != "no"
217 SUBDIR+=        manctl
218 .endif
219
220 .if ${MK_NETGRAPH} != "no"
221 SUBDIR+=        flowctl
222 SUBDIR+=        lmcconfig
223 SUBDIR+=        ngctl
224 SUBDIR+=        nghook
225 .endif
226
227 .if ${MK_NIS} != "no"
228 SUBDIR+=        rpc.yppasswdd
229 SUBDIR+=        rpc.ypupdated
230 SUBDIR+=        rpc.ypxfrd
231 SUBDIR+=        ypbind
232 SUBDIR+=        yp_mkdb
233 SUBDIR+=        yppoll
234 SUBDIR+=        yppush
235 SUBDIR+=        ypserv
236 SUBDIR+=        ypset
237 .endif
238
239 .if ${MK_NTP} != "no"
240 SUBDIR+=        ntp
241 .endif
242
243 .if ${MK_OPENSSL} != "no"
244 SUBDIR+=        keyserv
245 .endif
246
247 .if ${MK_PF} != "no"
248 SUBDIR+=        ftp-proxy
249 .endif
250
251 .if ${MK_PKGTOOLS} != "no"
252 SUBDIR+=        pkg_install
253 .endif
254
255 # XXX MK_TOOLCHAIN?
256 .if ${MK_PMC} != "no"
257 SUBDIR+=        pmcannotate
258 SUBDIR+=        pmccontrol
259 SUBDIR+=        pmcstat
260 .endif
261
262 .if ${MK_PORTSNAP} != "no"
263 SUBDIR+=        portsnap
264 .endif
265
266 .if ${MK_PPP} != "no"
267 SUBDIR+=        ppp
268 .endif
269
270 .if ${MK_QUOTAS} != "no"
271 SUBDIR+=        edquota
272 SUBDIR+=        quotaon
273 SUBDIR+=        repquota
274 .endif
275
276 .if ${MK_RCMDS} != "no"
277 SUBDIR+=        rwhod
278 .endif
279
280 .if ${MK_SENDMAIL} != "no"
281 SUBDIR+=        editmap
282 SUBDIR+=        mailstats
283 SUBDIR+=        makemap
284 SUBDIR+=        praliases
285 SUBDIR+=        sendmail
286 .endif
287
288 SUBDIR+=        sysinstall
289
290 .if ${MK_TOOLCHAIN} != "no"
291 SUBDIR+=        config
292 SUBDIR+=        crunch
293 .endif
294
295 .if ${MK_USB} != "no"
296 SUBDIR+=        uathload
297 SUBDIR+=        uhsoctl
298 SUBDIR+=        usbconfig
299 SUBDIR+=        usbdump
300 .endif
301
302 .if ${MK_WIRELESS} != "no"
303 SUBDIR+=        ancontrol
304 SUBDIR+=        wlandebug
305 SUBDIR+=        wpa
306 .endif
307
308 .include <bsd.arch.inc.mk>
309
310 SUBDIR:=        ${SUBDIR:O}
311
312 .include <bsd.subdir.mk>