ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/vendor/FreeBSD/dist/bin/Makefile
Revision: 9657
Committed: Sun Oct 22 21:36:58 2017 UTC (6 years, 6 months ago) by laffer1
File size: 589 byte(s)
Log Message:
FreeBSD 9.1 release

File Contents

# Content
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>

Properties

Name Value
cvs2svn:cvs-rev 1.1.1.1