]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/Makefile
Remove doscmd from the base system now that it lives in the ports tree.
[FreeBSD/FreeBSD.git] / usr.bin / Makefile
1 #       From: @(#)Makefile      8.3 (Berkeley) 1/7/94
2 # $FreeBSD$
3
4 # XXX MISSING:          deroff diction graph learn plot
5 #                       spell spline struct xsend
6 # XXX Use GNU versions: apropos bc dc diff grep ld man patch whatis
7 # Moved to secure: bdes
8 #
9
10 SUBDIR= alias \
11         apply \
12         asa \
13         at \
14         ${_atm} \
15         awk \
16         banner \
17         basename \
18         biff \
19         ${_bluetooth} \
20         brandelf \
21         bzip2 \
22         bzip2recover \
23         ${_c89} \
24         ${_c99} \
25         calendar \
26         cap_mkdb \
27         catman \
28         chat \
29         checknr \
30         ${_chkey} \
31         chpass \
32         cksum \
33         cmp \
34         col \
35         colcrt \
36         colldef \
37         colrm \
38         column \
39         comm \
40         compile_et \
41         compress \
42         csplit \
43         ctags \
44         cut \
45         ${_dig} \
46         dirname \
47         ${_dnskeygen} \
48         ${_dnsquery} \
49         du \
50         ee \
51         elf2aout \
52         elfdump \
53         enigma \
54         env \
55         expand \
56         false \
57         fetch \
58         file \
59         file2c \
60         find \
61         finger \
62         fmt \
63         fold \
64         from \
65         fstat \
66         fsync \
67         ftp \
68         gcore \
69         gencat \
70         getconf \
71         getopt \
72         ${_gprof} \
73         head \
74         hesinfo \
75         hexdump \
76         ${_host} \
77         id \
78         indent \
79         ipcrm \
80         ipcs \
81         join \
82         jot \
83         kdump \
84         keylogin \
85         keylogout \
86         killall \
87         ktrace \
88         ktrdump \
89         lam \
90         last \
91         lastcomm \
92         ldd \
93         leave \
94         less \
95         lessecho \
96         lesskey \
97         ${_lex} \
98         limits \
99         locale \
100         locate \
101         lock \
102         lockf \
103         logger \
104         login \
105         logins \
106         logname \
107         look \
108         lorder \
109         lsvfs \
110         m4 \
111         mail \
112         make \
113         makewhatis \
114         mesg \
115         minigzip \
116         mkdep \
117         mkfifo \
118         mklocale \
119         mkstr \
120         mktemp \
121         msgs \
122         mt \
123         ncal \
124         ${_ncplist} \
125         ${_ncplogin} \
126         netstat \
127         newgrp \
128         ${_newkey} \
129         nfsstat \
130         nice \
131         nl \
132         nohup \
133         objformat \
134         opieinfo \
135         opiekey \
136         opiepasswd \
137         pagesize \
138         passwd \
139         paste \
140         pathchk \
141         pr \
142         printenv \
143         printf \
144         quota \
145         renice \
146         rev \
147         rlogin \
148         rpcgen \
149         rpcinfo \
150         rs \
151         rsh \
152         rup \
153         ruptime \
154         rusers \
155         rwall \
156         rwho \
157         script \
158         sed \
159         shar \
160         showmount \
161         ${_smbutil} \
162         sockstat \
163         split \
164         stat \
165         su \
166         systat \
167         tabs \
168         tail \
169         talk \
170         tcopy \
171         tee \
172         telnet \
173         tftp \
174         time \
175         tip \
176         top \
177         touch \
178         tput \
179         tr \
180         true \
181         truncate \
182         ${_truss} \
183         tset \
184         tsort \
185         tty \
186         ${_uac} \
187         ul \
188         uname \
189         unexpand \
190         unifdef \
191         uniq \
192         units \
193         unvis \
194         ${_usbhidaction} \
195         ${_usbhidctl} \
196         users \
197         uudecode \
198         uuencode \
199         uuidgen \
200         ${_vacation} \
201         vgrind \
202         vi \
203         vis \
204         vmstat \
205         w \
206         wall \
207         wc \
208         what \
209         whereis \
210         which \
211         who \
212         whois \
213         window \
214         write \
215         xargs \
216         xinstall \
217         ${_xlint} \
218         xstr \
219         ${_yacc} \
220         yes \
221         ypcat \
222         ypmatch \
223         ypwhich
224
225 .if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc"
226 _truss=         truss
227 .endif
228
229 .if !defined(NOATM)
230 _atm=           atm
231 .endif
232
233 .if !defined(NO_BIND)
234 _dig=           dig
235 _dnskeygen=     dnskeygen
236 _dnsquery=      dnsquery
237 _host=          host
238 .endif
239
240 .if !defined(NOCRYPT) && !defined(NO_OPENSSL)
241 _chkey=         chkey
242 _newkey=        newkey
243 .endif
244
245 .if !defined(NO_SENDMAIL)
246 _vacation=      vacation
247 .endif
248
249 .if !defined(NO_TOOLCHAIN)
250 _c89=           c89
251 _c99=           c99
252 .if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc"
253 _gprof=         gprof
254 .endif
255 _lex=           lex
256 _xlint=         xlint
257 _yacc=          yacc
258 .endif
259
260 .if !defined(NO_USB)
261 _usbhidaction=  usbhidaction
262 _usbhidctl=     usbhidctl
263 .endif
264
265 .if ${MACHINE_ARCH} == "i386"
266 .if !defined(NO_BLUETOOTH)
267 _bluetooth=     bluetooth
268 .endif
269 _ncplist=       ncplist
270 _ncplogin=      ncplogin
271 _smbutil=       smbutil
272 .endif
273
274 .if ${MACHINE_ARCH} == "alpha"
275 _uac=           uac
276 .endif
277
278 .if ${MACHINE_ARCH} == "amd64"
279 _ncplist=       ncplist
280 _ncplogin=      ncplogin
281 _smbutil=       smbutil
282 .endif
283
284 .include <bsd.subdir.mk>