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