]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.bin/Makefile
MFC r235519:
[FreeBSD/stable/8.git] / usr.bin / Makefile
1 #       From: @(#)Makefile      8.3 (Berkeley) 1/7/94
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 # XXX MISSING:          deroff diction graph learn plot
7 #                       spell spline struct xsend
8 # XXX Use GNU versions: apropos bc dc diff grep ld man patch whatis
9 # Moved to secure: bdes
10 #
11
12 SUBDIR= alias \
13         apply \
14         ${_ar} \
15         asa \
16         ${_at} \
17         ${_atm} \
18         awk \
19         banner \
20         basename \
21         ${_biff} \
22         ${_bluetooth} \
23         brandelf \
24         bsdiff \
25         bzip2 \
26         bzip2recover \
27         ${_c89} \
28         ${_c99} \
29         ${_calendar} \
30         cap_mkdb \
31         ${_catman} \
32         chat \
33         ${_checknr} \
34         ${_chkey} \
35         chpass \
36         cksum \
37         cmp \
38         col \
39         ${_colcrt} \
40         colldef \
41         colrm \
42         column \
43         comm \
44         ${_compile_et} \
45         compress \
46         ${_cpio} \
47         cpuset \
48         csplit \
49         ${_csup} \
50         ${_ctags} \
51         cut \
52         ${_dig} \
53         dirname \
54         du \
55         ee \
56         elf2aout \
57         elfdump \
58         enigma \
59         env \
60         expand \
61         false \
62         fetch \
63         file \
64         ${_file2c} \
65         find \
66         finger \
67         fmt \
68         fold \
69         ${_from} \
70         fstat \
71         fsync \
72         ftp \
73         gcore \
74         gencat \
75         getconf \
76         getent \
77         getopt \
78         ${_gprof} \
79         gzip \
80         head \
81         ${_hesinfo} \
82         hexdump \
83         ${_host} \
84         id \
85         ${_indent} \
86         ipcrm \
87         ipcs \
88         join \
89         jot \
90         kdump \
91         keylogin \
92         keylogout \
93         killall \
94         ktrace \
95         ktrdump \
96         lam \
97         last \
98         lastcomm \
99         ldd \
100         leave \
101         less \
102         lessecho \
103         lesskey \
104         ${_lex} \
105         limits \
106         locale \
107         ${_locate} \
108         lock \
109         lockf \
110         logger \
111         login \
112         logins \
113         logname \
114         look \
115         lorder \
116         lsvfs \
117         lzmainfo \
118         m4 \
119         ${_mail} \
120         ${_make} \
121         ${_makewhatis} \
122         mesg \
123         minigzip \
124         ministat \
125         mkdep \
126         mkfifo \
127         mklocale \
128         ${_mkstr} \
129         mktemp \
130         mkuzip \
131         ${_msgs} \
132         mt \
133         ${_nc} \
134         ncal \
135         ${_ncplist} \
136         ${_ncplogin} \
137         netstat \
138         newgrp \
139         ${_newkey} \
140         nfsstat \
141         nice \
142         nl \
143         nohup \
144         ${_nslookup} \
145         ${_nsupdate} \
146         opieinfo \
147         opiekey \
148         opiepasswd \
149         pagesize \
150         passwd \
151         paste \
152         pathchk \
153         perror \
154         pr \
155         printenv \
156         printf \
157         procstat \
158         ${_quota} \
159         renice \
160         rev \
161         revoke \
162         ${_rlogin} \
163         ${_rpcgen} \
164         rpcinfo \
165         rs \
166         ${_rsh} \
167         rup \
168         ${_ruptime} \
169         rusers \
170         rwall \
171         ${_rwho} \
172         script \
173         sed \
174         shar \
175         showmount \
176         ${_smbutil} \
177         sockstat \
178         split \
179         stat \
180         stdbuf \
181         su \
182         systat \
183         tabs \
184         tail \
185         talk \
186         tar \
187         tcopy \
188         tee \
189         ${_telnet} \
190         tftp \
191         time \
192         tip \
193         top \
194         touch \
195         tput \
196         tr \
197         true \
198         truncate \
199         ${_truss} \
200         tset \
201         tsort \
202         tty \
203         ${_ul} \
204         uname \
205         unexpand \
206         ${_unifdef} \
207         uniq \
208         units \
209         unvis \
210         ${_usbhidaction} \
211         ${_usbhidctl} \
212         users \
213         uudecode \
214         uuencode \
215         ${_vacation} \
216         ${_vgrind} \
217         vi \
218         vis \
219         vmstat \
220         w \
221         wall \
222         wc \
223         what \
224         whereis \
225         which \
226         who \
227         whois \
228         write \
229         xargs \
230         xinstall \
231         ${_xlint} \
232         ${_xstr} \
233         xz \
234         xzdec \
235         ${_yacc} \
236         yes \
237         ${_ypcat} \
238         ${_ypmatch} \
239         ${_ypwhich}
240
241 .if ${MACHINE_ARCH} != "arm"
242 _truss=         truss
243 .endif
244
245 # NB: keep these sorted by MK_* knobs
246
247 .if ${MK_AT} != "no"
248 _at=            at
249 .endif
250
251 .if ${MK_ATM} != "no"
252 _atm=           atm
253 .endif
254
255 .if ${MK_MAN_UTILS} != "no"
256 _catman=        catman
257 .endif
258
259 .if ${MK_BIND_UTILS} != "no"
260 _dig=           dig
261 _host=          host
262 _nslookup=      nslookup
263 _nsupdate=      nsupdate
264 .endif
265
266 .if ${MK_BLUETOOTH} != "no"
267 _bluetooth=     bluetooth
268 .endif
269
270 .if ${MK_BSD_CPIO} != "no"
271 _cpio=          cpio
272 .endif
273
274 .if ${MK_CALENDAR} != "no"
275 _calendar=      calendar
276 .endif
277
278 .if ${MK_HESIOD} != "no"
279 _hesinfo=       hesinfo
280 .endif
281
282 .if ${MK_OPENSSL} != "no"
283 _chkey=         chkey
284 _newkey=        newkey
285 .endif
286
287 .if ${MK_LIBTHR} != "no"
288 _csup=          csup
289 .endif
290
291 .if ${MK_LOCATE} != "no"
292 _locate=        locate
293 .endif
294
295 # XXX msgs?
296 .if ${MK_MAIL} != "no"
297 _biff=          biff
298 _from=          from
299 _mail=          mail
300 _msgs=          msgs
301 .endif
302
303 .if ${MK_MAKE} != "no"
304 _make=          make
305 .endif
306
307 .if ${MK_MAN_UTILS} != "no"
308 _makewhatis=    makewhatis
309 .endif
310
311 .if ${MK_NETCAT} != "no"
312 _nc=            nc
313 .endif
314
315 .if ${MK_NIS} != "no"
316 _ypcat=         ypcat
317 _ypmatch=       ypmatch
318 _ypwhich=       ypwhich
319 .endif
320
321 .if ${MK_QUOTAS} != "no"
322 _quota=         quota
323 .endif
324
325 .if ${MK_RCMDS} != "no"
326 _rlogin=        rlogin
327 _rsh=           rsh
328 _ruptime=       ruptime
329 _rwho=          rwho
330 .endif
331
332 .if ${MK_SENDMAIL} != "no"
333 _vacation=      vacation
334 .endif
335
336 .if ${MK_TELNET} != "no"
337 _telnet=        telnet
338 .endif
339
340 .if ${MK_TEXTPROC} != "no"
341 _checknr=       checknr
342 _colcrt=        colcrt
343 _ul=            ul
344 .endif
345
346 .if ${MK_TOOLCHAIN} != "no"
347 _ar=            ar
348 _c89=           c89
349 _c99=           c99
350 _compile_et=    compile_et
351 _ctags=         ctags
352 _file2c=        file2c
353 _gprof=         gprof
354 _indent=        indent
355 _lex=           lex
356 _mkstr=         mkstr
357 _rpcgen=        rpcgen
358 _unifdef=       unifdef
359 _xlint=         xlint
360 _xstr=          xstr
361 # XXX maybe under textproc?
362 _vgrind=        vgrind
363 _yacc=          yacc
364 .endif
365
366 .if ${MK_USB} != "no"
367 _usbhidaction=  usbhidaction
368 _usbhidctl=     usbhidctl
369 .endif
370
371 .if ${MACHINE_ARCH} == "i386"
372 .if ${MK_NCP} != "no"
373 _ncplist=       ncplist
374 _ncplogin=      ncplogin
375 .endif
376 _smbutil=       smbutil
377 .endif
378
379 .if ${MACHINE_ARCH} == "ia64"
380 _smbutil=       smbutil
381 .endif
382
383 .if ${MACHINE_ARCH} == "amd64"
384 .if ${MK_NCP} != "no"
385 _ncplist=       ncplist
386 _ncplogin=      ncplogin
387 .endif
388 _smbutil=       smbutil
389 .endif
390
391 .if ${MACHINE_ARCH} == "powerpc"
392 _smbutil=       smbutil
393 .endif
394
395 .include <bsd.subdir.mk>