]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/Makefile
MFV: zlib 1.3
[FreeBSD/FreeBSD.git] / bin / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 5/31/93
2
3 .include <src.opts.mk>
4
5 SUBDIR= cat \
6         chflags \
7         chio \
8         chmod \
9         cp \
10         cpuset \
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>