]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/Makefile
byacc: Update to 20230201.
[FreeBSD/FreeBSD.git] / bin / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 5/31/93
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 SUBDIR= cat \
7         chflags \
8         chio \
9         chmod \
10         cp \
11         date \
12         dd \
13         df \
14         domainname \
15         echo \
16         ed \
17         expr \
18         freebsd-version \
19         getfacl \
20         hostname \
21         kenv \
22         kill \
23         ln \
24         ls \
25         mkdir \
26         mv \
27         nproc \
28         pax \
29         pkill \
30         ps \
31         pwait \
32         pwd \
33         realpath \
34         rm \
35         rmdir \
36         setfacl \
37         sh \
38         sleep \
39         stty \
40         sync \
41         test \
42         timeout \
43         uuidgen
44
45 SUBDIR.${MK_SENDMAIL}+= rmail
46 SUBDIR.${MK_TCSH}+=     csh
47 SUBDIR.${MK_TESTS}+=    tests
48
49 .include <bsd.arch.inc.mk>
50
51 SUBDIR_PARALLEL=
52
53 .include <bsd.subdir.mk>