ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/vendor/FreeBSD/10.0/bin/Makefile
Revision: 9667
Committed: Sun Oct 22 23:45:46 2017 UTC (6 years, 6 months ago) by laffer1
File size: 670 byte(s)
Log Message:
tag 10.0

File Contents

# Content
1 # From: @(#)Makefile 8.1 (Berkeley) 5/31/93
2 # $FreeBSD: release/10.0.0/bin/Makefile 256241 2013-10-09 20:47:20Z des $
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>

Properties

Name Value
cvs2svn:cvs-rev 1.1.1.1