Fix regression: report again if a username already exists when creating it
[freebsd.git] / usr.sbin / Makefile
1 #       From: @(#)Makefile      5.20 (Berkeley) 6/12/93
2 # $FreeBSD$
3
4 .include <src.opts.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         devctl \
23         devinfo \
24         digictl \
25         diskinfo \
26         dumpcis \
27         extattr \
28         extattrctl \
29         fifolog \
30         fstyp \
31         fwcontrol \
32         getfmac \
33         getpmac \
34         gstat \
35         i2c \
36         ifmcstat \
37         iostat \
38         iovctl \
39         kldxref \
40         mailwrapper \
41         makefs \
42         memcontrol \
43         mergemaster \
44         mfiutil \
45         mixer \
46         mlxcontrol \
47         mountd \
48         mptutil \
49         mtest \
50         ${_mtree} \
51         newsyslog \
52         nfscbd \
53         nfsd \
54         nfsdumpstate \
55         nfsrevoke \
56         nfsuserd \
57         nmtree \
58         nologin \
59         ${_pc_sysinstall} \
60         pciconf \
61         periodic \
62         powerd \
63         procctl \
64         pstat \
65         pw \
66         pwd_mkdb \
67         quot \
68         rarpd \
69         rmt \
70         rpcbind \
71         rpc.lockd \
72         rpc.statd \
73         rpc.umntall \
74         rtprio \
75         service \
76         services_mkdb \
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         vigr \
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+=        accton
103 SUBDIR+=        sa
104 .endif
105
106 .if ${MK_AMD} != "no"
107 SUBDIR+=        amd
108 .endif
109
110 .if ${MK_AUDIT} != "no"
111 SUBDIR+=        audit
112 SUBDIR+=        auditd
113 .if ${MK_OPENSSL} != "no"
114 SUBDIR+=        auditdistd
115 .endif
116 SUBDIR+=        auditreduce
117 SUBDIR+=        praudit
118 .endif
119
120 .if ${MK_AUTHPF} != "no"
121 SUBDIR+=        authpf
122 .endif
123
124 .if ${MK_AUTOFS} != "no"
125 SUBDIR+=        autofs
126 .endif
127
128 .if ${MK_BLUETOOTH} != "no"
129 SUBDIR+=        bluetooth
130 .endif
131
132 .if ${MK_BOOTPARAMD} != "no"
133 SUBDIR+=        bootparamd
134 .endif
135
136 .if ${MK_BSDINSTALL} != "no"
137 SUBDIR+=        bsdinstall
138 .endif
139
140 .if ${MK_BSNMP} != "no"
141 SUBDIR+=        bsnmpd
142 .endif
143
144 .if ${MK_CTM} != "no"
145 SUBDIR+=        ctm
146 .endif
147
148 .if ${MK_FLOPPY} != "no"
149 SUBDIR+=        fdcontrol
150 SUBDIR+=        fdformat
151 SUBDIR+=        fdread
152 SUBDIR+=        fdwrite
153 .endif
154
155 .if ${MK_FMTREE} != "no"
156 SUBDIR+=        mtree
157 .endif
158
159 .if ${MK_FREEBSD_UPDATE} != "no"
160 SUBDIR+=        freebsd-update
161 .endif
162
163 .if ${MK_GSSAPI} != "no"
164 SUBDIR+=        gssd
165 .endif
166
167 .if ${MK_GPIO} != "no"
168 SUBDIR+=        gpioctl
169 .endif
170
171 .if ${MK_INET6} != "no"
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_ISCSI} != "no"
193 SUBDIR+=        iscsid
194 .endif
195
196 .if ${MK_JAIL} != "no"
197 SUBDIR+=        jail
198 SUBDIR+=        jexec
199 SUBDIR+=        jls
200 .endif
201
202 # XXX MK_SYSCONS
203 .if ${MK_LEGACY_CONSOLE} != "no"
204 SUBDIR+=        kbdcontrol
205 SUBDIR+=        kbdmap
206 SUBDIR+=        moused
207 SUBDIR+=        vidcontrol
208 .endif
209
210 .if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
211 .if ${MK_PPP} != "no"
212 SUBDIR+=        pppctl
213 .endif
214 .if ${MK_NS_CACHING} != "no"
215 SUBDIR+=        nscd
216 .endif
217 .endif
218
219 .if ${MK_LPR} != "no"
220 SUBDIR+=        lpr
221 .endif
222
223 .if ${MK_MAN_UTILS} != "no"
224 SUBDIR+=        manctl
225 .endif
226
227 .if ${MK_NAND} != "no"
228 SUBDIR+=        nandsim
229 SUBDIR+=        nandtool
230 .endif
231
232 .if ${MK_NETGRAPH} != "no"
233 SUBDIR+=        flowctl
234 SUBDIR+=        lmcconfig
235 SUBDIR+=        ngctl
236 SUBDIR+=        nghook
237 .endif
238
239 .if ${MK_NIS} != "no"
240 SUBDIR+=        rpc.yppasswdd
241 SUBDIR+=        rpc.ypupdated
242 SUBDIR+=        rpc.ypxfrd
243 SUBDIR+=        ypbind
244 SUBDIR+=        yp_mkdb
245 SUBDIR+=        yppoll
246 SUBDIR+=        yppush
247 SUBDIR+=        ypserv
248 SUBDIR+=        ypset
249 .endif
250
251 .if ${MK_NTP} != "no"
252 SUBDIR+=        ntp
253 .endif
254
255 .if ${MK_OPENSSL} != "no"
256 SUBDIR+=        keyserv
257 .endif
258
259 .if ${MK_PC_SYSINSTALL} != "no"
260 _pc_sysinstall= pc-sysinstall
261 .endif
262
263 .if ${MK_PF} != "no"
264 SUBDIR+=        ftp-proxy
265 .endif
266
267 .if ${MK_PKGBOOTSTRAP} != "no"
268 SUBDIR+=        pkg
269 .endif
270
271 # XXX MK_TOOLCHAIN?
272 .if ${MK_PMC} != "no"
273 SUBDIR+=        pmcannotate
274 SUBDIR+=        pmccontrol
275 SUBDIR+=        pmcstat
276 SUBDIR+=        pmcstudy
277 .endif
278
279 .if ${MK_PORTSNAP} != "no"
280 SUBDIR+=        portsnap
281 .endif
282
283 .if ${MK_PPP} != "no"
284 SUBDIR+=        ppp
285 .endif
286
287 .if ${MK_QUOTAS} != "no"
288 SUBDIR+=        edquota
289 SUBDIR+=        quotaon
290 SUBDIR+=        repquota
291 .endif
292
293 .if ${MK_RCMDS} != "no"
294 SUBDIR+=        rwhod
295 .endif
296
297 .if ${MK_RCS} != "no"
298 SUBDIR+=        etcupdate
299 .endif
300
301 .if ${MK_SENDMAIL} != "no"
302 SUBDIR+=        editmap
303 SUBDIR+=        mailstats
304 SUBDIR+=        makemap
305 SUBDIR+=        praliases
306 SUBDIR+=        sendmail
307 .endif
308
309 .if ${MK_TCP_WRAPPERS} != "no"
310 SUBDIR+=        tcpdchk
311 SUBDIR+=        tcpdmatch
312 .endif
313
314 .if ${MK_TESTS} != "no"
315 SUBDIR+=        tests
316 .endif
317
318 .if ${MK_TIMED} != "no"
319 SUBDIR+=        timed
320 .endif
321
322 .if ${MK_TOOLCHAIN} != "no"
323 SUBDIR+=        config
324 SUBDIR+=        crunch
325 .endif
326
327 .if ${MK_UNBOUND} != "no"
328 SUBDIR+=        unbound
329 .endif
330
331 .if ${MK_USB} != "no"
332 SUBDIR+=        uathload
333 SUBDIR+=        uhsoctl
334 SUBDIR+=        usbconfig
335 SUBDIR+=        usbdump
336 .endif
337
338 .if ${MK_UTMPX} != "no"
339 SUBDIR+=        ac
340 SUBDIR+=        lastlogin
341 SUBDIR+=        utx
342 .endif
343
344 .if ${MK_WIRELESS} != "no"
345 SUBDIR+=        ancontrol
346 SUBDIR+=        wlandebug
347 SUBDIR+=        wpa
348 .endif
349
350 .include <bsd.arch.inc.mk>
351
352 SUBDIR:=        ${SUBDIR:O}
353
354 SUBDIR_PARALLEL=
355
356 .include <bsd.subdir.mk>