]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/Makefile
This commit was generated by cvs2svn to compensate for changes in r167612,
[FreeBSD/FreeBSD.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 .include <bsd.own.mk>
13
14 SUBDIR= alias \
15         apply \
16         asa \
17         at \
18         ${_atm} \
19         awk \
20         banner \
21         basename \
22         biff \
23         ${_bluetooth} \
24         brandelf \
25         bsdiff \
26         bzip2 \
27         bzip2recover \
28         ${_c89} \
29         ${_c99} \
30         ${_calendar} \
31         cap_mkdb \
32         ${_catman} \
33         chat \
34         checknr \
35         ${_chkey} \
36         chpass \
37         cksum \
38         cmp \
39         col \
40         colcrt \
41         colldef \
42         colrm \
43         column \
44         comm \
45         compile_et \
46         compress \
47         csplit \
48         ${_csup} \
49         ctags \
50         cut \
51         ${_dig} \
52         dirname \
53         du \
54         ee \
55         elf2aout \
56         elfdump \
57         enigma \
58         env \
59         expand \
60         false \
61         fetch \
62         file \
63         file2c \
64         find \
65         finger \
66         fmt \
67         fold \
68         from \
69         fstat \
70         fsync \
71         ftp \
72         gcore \
73         gencat \
74         getconf \
75         getent \
76         getopt \
77         ${_gprof} \
78         gzip \
79         head \
80         ${_hesinfo} \
81         hexdump \
82         ${_host} \
83         id \
84         indent \
85         ipcrm \
86         ipcs \
87         join \
88         jot \
89         kdump \
90         keylogin \
91         keylogout \
92         killall \
93         ktrace \
94         ktrdump \
95         lam \
96         last \
97         lastcomm \
98         ldd \
99         leave \
100         less \
101         lessecho \
102         lesskey \
103         ${_lex} \
104         limits \
105         locale \
106         locate \
107         lock \
108         lockf \
109         logger \
110         login \
111         logins \
112         logname \
113         look \
114         lorder \
115         lsvfs \
116         m4 \
117         mail \
118         make \
119         makewhatis \
120         mesg \
121         minigzip \
122         mkdep \
123         mkfifo \
124         mklocale \
125         mkstr \
126         mktemp \
127         mkuzip \
128         msgs \
129         mt \
130         ${_nc} \
131         ncal \
132         ${_ncplist} \
133         ${_ncplogin} \
134         netstat \
135         newgrp \
136         ${_newkey} \
137         nfsstat \
138         nice \
139         nl \
140         nohup \
141         ${_nslookup} \
142         ${_nsupdate} \
143         opieinfo \
144         opiekey \
145         opiepasswd \
146         pagesize \
147         passwd \
148         paste \
149         pathchk \
150         pkill \
151         pr \
152         printenv \
153         printf \
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         uuidgen \
210         ${_vacation} \
211         vgrind \
212         vi \
213         vis \
214         vmstat \
215         w \
216         wall \
217         wc \
218         what \
219         whereis \
220         which \
221         who \
222         whois \
223         window \
224         write \
225         xargs \
226         xinstall \
227         ${_xlint} \
228         xstr \
229         ${_yacc} \
230         yes \
231         ${_ypcat} \
232         ${_ypmatch} \
233         ${_ypwhich}
234
235 .if ${MACHINE_ARCH} != "arm"
236 _truss=         truss
237 .endif
238
239 .if ${MK_ATM} != "no"
240 _atm=           atm
241 .endif
242
243 .if ${MK_MAN} != "no"
244 _catman=        catman
245 .endif
246
247 .if ${MK_BIND_UTILS} != "no"
248 _dig=           dig
249 _host=          host
250 _nslookup=      nslookup
251 _nsupdate=      nsupdate
252 .endif
253
254 .if ${MK_BLUETOOTH} != "no"
255 _bluetooth=     bluetooth
256 .endif
257
258 .if ${MK_CALENDAR} != "no"
259 _calendar=      calendar
260 .endif
261
262 .if ${MK_OPENSSL} != "no"
263 _chkey=         chkey
264 _newkey=        newkey
265 .if ${MK_LIBTHR} != "no" || \
266     (${MACHINE_ARCH} != "sparc64" && ${MK_LIBPTHREAD} != "no")   
267 _csup=          csup
268 .endif
269 .endif
270
271 .if ${MK_HESIOD} != "no"
272 _hesinfo=       hesinfo
273 .endif
274
275 .if ${MK_NETCAT} != "no"
276 _nc=            nc
277 .endif
278
279 .if ${MK_NIS} != "no"
280 _ypcat=         ypcat
281 _ypmatch=       ypmatch
282 _ypwhich=       ypwhich
283 .endif
284
285 .if ${MK_RCMDS} != "no"
286 _rlogin=        rlogin
287 _rsh=           rsh
288 .endif
289
290 .if ${MK_SENDMAIL} != "no"
291 _vacation=      vacation
292 .endif
293
294 .if ${MK_TOOLCHAIN} != "no"
295 _c89=           c89
296 _c99=           c99
297 _gprof=         gprof
298 _lex=           lex
299 _xlint=         xlint
300 _yacc=          yacc
301 .endif
302
303 .if ${MK_USB} != "no"
304 _usbhidaction=  usbhidaction
305 _usbhidctl=     usbhidctl
306 .endif
307
308 .if ${MACHINE_ARCH} == "i386"
309 .if ${MK_NCP} != "no"
310 _ncplist=       ncplist
311 _ncplogin=      ncplogin
312 .endif
313 _smbutil=       smbutil
314 .endif
315
316 .if ${MACHINE_ARCH} == "ia64"
317 _smbutil=       smbutil
318 .endif
319
320 .if ${MACHINE_ARCH} == "amd64"
321 .if ${MK_NCP} != "no"
322 _ncplist=       ncplist
323 _ncplogin=      ncplogin
324 .endif
325 _smbutil=       smbutil
326 .endif
327
328 .if ${MACHINE_ARCH} == "powerpc"
329 _smbutil=       smbutil
330 .endif
331
332 .include <bsd.subdir.mk>