]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - bin/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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         getfacl \
19         hostname \
20         kenv \
21         kill \
22         ln \
23         ls \
24         mkdir \
25         mv \
26         pax \
27         pkill \
28         ps \
29         pwait \
30         pwd \
31         realpath \
32         rm \
33         rmdir \
34         setfacl \
35         sh \
36         sleep \
37         stty \
38         sync \
39         test \
40         uuidgen
41
42 .if ${MK_RCMDS} != "no"
43 SUBDIR+=        rcp
44 .endif
45
46 .if ${MK_SENDMAIL} != "no"
47 SUBDIR+=        rmail
48 .endif
49
50 .if ${MK_TCSH} != "no"
51 SUBDIR+=        csh
52 .endif
53
54 .include <bsd.arch.inc.mk>
55
56 SUBDIR:=        ${SUBDIR:O}
57
58 .include <bsd.subdir.mk>