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