]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/Makefile
Makefiles: remove outdated comments
[FreeBSD/FreeBSD.git] / usr.bin / Makefile
1 #       From: @(#)Makefile      8.3 (Berkeley) 1/7/94
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 SUBDIR= alias \
7         apply \
8         asa \
9         awk \
10         banner \
11         basename \
12         brandelf \
13         bsdcat \
14         bsdiff \
15         bzip2 \
16         bzip2recover \
17         cap_mkdb \
18         chat \
19         chpass \
20         cksum \
21         cmp \
22         col \
23         colldef \
24         colrm \
25         column \
26         comm \
27         compress \
28         cpuset \
29         csplit \
30         ctlstat \
31         cut \
32         diff \
33         dirname \
34         du \
35         elf2aout \
36         elfdump \
37         enigma \
38         env \
39         etdump \
40         expand \
41         false \
42         fetch \
43         find \
44         fmt \
45         fold \
46         fstat \
47         fsync \
48         gcore \
49         gencat \
50         getaddrinfo \
51         getconf \
52         getent \
53         getopt \
54         grep \
55         gzip \
56         head \
57         hexdump \
58         id \
59         ident \
60         ipcrm \
61         ipcs \
62         join \
63         jot \
64         keylogin \
65         keylogout \
66         killall \
67         ktrace \
68         ktrdump \
69         lam \
70         lastcomm \
71         ldd \
72         leave \
73         less \
74         lessecho \
75         lesskey \
76         limits \
77         locale \
78         localedef \
79         lock \
80         lockf \
81         logger \
82         login \
83         logins \
84         logname \
85         look \
86         lorder \
87         lsvfs \
88         lzmainfo \
89         m4 \
90         mandoc \
91         mesg \
92         minigzip \
93         ministat \
94         mkdep \
95         mkfifo \
96         mkimg \
97         mklocale \
98         mktemp \
99         mkuzip \
100         mt \
101         ncal \
102         netstat \
103         newgrp \
104         nfsstat \
105         nice \
106         nl \
107         numactl \
108         nohup \
109         opieinfo \
110         opiekey \
111         opiepasswd \
112         pagesize \
113         passwd \
114         paste \
115         patch \
116         pathchk \
117         perror \
118         pr \
119         printenv \
120         printf \
121         proccontrol \
122         procstat \
123         protect \
124         rctl \
125         renice \
126         resizewin \
127         rev \
128         revoke \
129         rpcinfo \
130         rs \
131         rup \
132         ruptime \
133         rusers \
134         rwall \
135         rwho \
136         script \
137         sdiff \
138         sed \
139         send-pr \
140         seq \
141         shar \
142         showmount \
143         sockstat \
144         soelim \
145         sort \
146         split \
147         stat \
148         stdbuf \
149         strings \
150         su \
151         systat \
152         tabs \
153         tail \
154         tar \
155         tcopy \
156         tee \
157         time \
158         timeout \
159         tip \
160         top \
161         touch \
162         tput \
163         tr \
164         true \
165         truncate \
166         tset \
167         tsort \
168         tty \
169         uname \
170         unexpand \
171         uniq \
172         unzip \
173         units \
174         unvis \
175         uudecode \
176         uuencode \
177         vis \
178         vmstat \
179         w \
180         wall \
181         wc \
182         what \
183         whereis \
184         which \
185         whois \
186         write \
187         xargs \
188         xinstall \
189         xo \
190         xz \
191         xzdec \
192         yes \
193         zstd
194
195 # NB: keep these sorted by MK_* knobs
196
197 SUBDIR.${MK_AT}+=       at
198 SUBDIR.${MK_ATM}+=      atm
199 SUBDIR.${MK_BLUETOOTH}+=        bluetooth
200 SUBDIR.${MK_BSD_CPIO}+= cpio
201 SUBDIR.${MK_CALENDAR}+= calendar
202 SUBDIR.${MK_CLANG}+=    clang
203 SUBDIR.${MK_DIALOG}+=   dpv
204 SUBDIR.${MK_EE}+=       ee
205 SUBDIR.${MK_FILE}+=     file
206 SUBDIR.${MK_FINGER}+=   finger
207 SUBDIR.${MK_FTP}+=      ftp
208 SUBDIR.${MK_GAMES}+=    caesar
209 SUBDIR.${MK_GAMES}+=    factor
210 SUBDIR.${MK_GAMES}+=    fortune
211 SUBDIR.${MK_GAMES}+=    grdc
212 SUBDIR.${MK_GAMES}+=    morse
213 SUBDIR.${MK_GAMES}+=    number
214 SUBDIR.${MK_GAMES}+=    pom
215 SUBDIR.${MK_GAMES}+=    primes
216 SUBDIR.${MK_GAMES}+=    random
217 .if ${MK_GPL_DTC} != "yes"
218 .if ${COMPILER_FEATURES:Mc++11}
219 SUBDIR+=        dtc
220 .endif
221 .endif
222 SUBDIR.${MK_HESIOD}+=   hesinfo
223 SUBDIR.${MK_ICONV}+=    iconv
224 SUBDIR.${MK_ICONV}+=    mkcsmapper
225 SUBDIR.${MK_ICONV}+=    mkesdb
226 SUBDIR.${MK_ISCSI}+=    iscsictl
227 SUBDIR.${MK_KDUMP}+=    kdump
228 SUBDIR.${MK_KDUMP}+=    truss
229 SUBDIR.${MK_KERBEROS_SUPPORT}+= compile_et
230 SUBDIR.${MK_LDNS_UTILS}+=       drill
231 SUBDIR.${MK_LDNS_UTILS}+=       host
232 SUBDIR.${MK_LOCATE}+=   locate
233 # XXX msgs?
234 SUBDIR.${MK_MAIL}+=     biff
235 SUBDIR.${MK_MAIL}+=     from
236 SUBDIR.${MK_MAIL}+=     mail
237 SUBDIR.${MK_MAIL}+=     msgs
238 SUBDIR.${MK_MAKE}+=     bmake
239 SUBDIR.${MK_MAN_UTILS}+=        man
240 SUBDIR.${MK_NETCAT}+=   nc
241 SUBDIR.${MK_NIS}+=      ypcat
242 SUBDIR.${MK_NIS}+=      ypmatch
243 SUBDIR.${MK_NIS}+=      ypwhich
244 SUBDIR.${MK_OPENSSH}+=  ssh-copy-id
245 SUBDIR.${MK_OPENSSL}+=  bc
246 SUBDIR.${MK_OPENSSL}+=  chkey
247 SUBDIR.${MK_OPENSSL}+=  dc
248 SUBDIR.${MK_OPENSSL}+=  newkey
249 SUBDIR.${MK_QUOTAS}+=   quota
250 SUBDIR.${MK_SENDMAIL}+= vacation
251 SUBDIR.${MK_TALK}+=     talk
252 SUBDIR.${MK_TELNET}+=   telnet
253 SUBDIR.${MK_TESTS}+=    tests
254 SUBDIR.${MK_TEXTPROC}+= ul
255 SUBDIR.${MK_TFTP}+=     tftp
256 SUBDIR.${MK_TOOLCHAIN}+=        addr2line
257 SUBDIR.${MK_TOOLCHAIN}+=        ar
258 SUBDIR.${MK_TOOLCHAIN}+=        c89
259 SUBDIR.${MK_TOOLCHAIN}+=        c99
260 SUBDIR.${MK_TOOLCHAIN}+=        ctags
261 SUBDIR.${MK_TOOLCHAIN}+=        cxxfilt
262 SUBDIR.${MK_TOOLCHAIN}+=        objcopy
263 SUBDIR.${MK_TOOLCHAIN}+=        file2c
264 # ARM64TODO gprof does not build
265 # RISCVTODO gprof does not build
266 .if ${MACHINE_ARCH} != "aarch64" && ${MACHINE_CPUARCH} != "riscv"
267 SUBDIR.${MK_TOOLCHAIN}+=        gprof
268 .endif
269 SUBDIR.${MK_TOOLCHAIN}+=        indent
270 SUBDIR.${MK_TOOLCHAIN}+=        lex
271 SUBDIR.${MK_TOOLCHAIN}+=        mkstr
272 SUBDIR.${MK_TOOLCHAIN}+=        nm
273 SUBDIR.${MK_TOOLCHAIN}+=        readelf
274 SUBDIR.${MK_TOOLCHAIN}+=        rpcgen
275 SUBDIR.${MK_TOOLCHAIN}+=        unifdef
276 SUBDIR.${MK_TOOLCHAIN}+=        size
277 SUBDIR.${MK_TOOLCHAIN}+=        xstr
278 SUBDIR.${MK_TOOLCHAIN}+=        yacc
279 SUBDIR.${MK_VI}+=       vi
280 SUBDIR.${MK_VT}+=       vtfontcvt
281 SUBDIR.${MK_USB}+=      usbhidaction
282 SUBDIR.${MK_USB}+=      usbhidctl
283 SUBDIR.${MK_UTMPX}+=    last
284 .if ${MK_CXX} != "no"
285 SUBDIR.${MK_UTMPX}+=    users
286 .endif
287 SUBDIR.${MK_UTMPX}+=    who
288 SUBDIR.${MK_SVN}+=      svn
289 SUBDIR.${MK_SVNLITE}+=  svn
290 SUBDIR.${MK_OFED}+=     ofed
291
292 # These are normally only handled for build-tools.
293 .if make(clean*)
294 SUBDIR+=        mkcsmapper_static
295 SUBDIR+=        mkesdb_static
296 .endif
297
298 .include <bsd.arch.inc.mk>
299
300 SUBDIR_PARALLEL=
301
302 .include <bsd.subdir.mk>