]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - bin/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / bin / Makefile
1 #       From: @(#)Makefile      8.1 (Berkeley) 5/31/93
2 # $FreeBSD$
3
4 .include <bsd.own.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         pax \
28         pkill \
29         ps \
30         pwait \
31         pwd \
32         realpath \
33         rm \
34         rmdir \
35         setfacl \
36         sh \
37         sleep \
38         stty \
39         sync \
40         test \
41         uuidgen
42
43 .if ${MK_RCMDS} != "no"
44 SUBDIR+=        rcp
45 .endif
46
47 .if ${MK_SENDMAIL} != "no"
48 SUBDIR+=        rmail
49 .endif
50
51 .if ${MK_TCSH} != "no"
52 SUBDIR+=        csh
53 .endif
54
55 .include <bsd.arch.inc.mk>
56
57 SUBDIR:=        ${SUBDIR:O}
58
59 .include <bsd.subdir.mk>