ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/vendor/FreeBSD/dist/bin/Makefile
(Generate patch)

Comparing vendor/FreeBSD/dist/bin/Makefile (file contents):
Revision 9656 by laffer1, Sun Oct 22 21:03:47 2017 UTC vs.
Revision 9657 by laffer1, Sun Oct 22 21:36:58 2017 UTC

# Line 1 | Line 1
1   #       From: @(#)Makefile      8.1 (Berkeley) 5/31/93
2 < # $FreeBSD: release/7.0.0/bin/Makefile 156813 2006-03-17 18:54:44Z ru $
2 > # $FreeBSD$
3  
4   .include <bsd.own.mk>
5  
# Line 8 | Line 8 | SUBDIR= cat \
8          chio \
9          chmod \
10          cp \
11        ${_csh} \
11          date \
12          dd \
13          df \
# Line 25 | Line 24 | SUBDIR= cat \
24          mkdir \
25          mv \
26          pax \
27 +        pkill \
28          ps \
29 +        pwait \
30          pwd \
30        ${_rcp} \
31          realpath \
32          rm \
33        ${_rmail} \
33          rmdir \
34          setfacl \
35          sh \
36          sleep \
37          stty \
38          sync \
39 <        test
39 >        test \
40 >        uuidgen
41  
42   .if ${MK_RCMDS} != "no"
43 < _rcp=   rcp
43 > SUBDIR+=        rcp
44   .endif
45  
46   .if ${MK_SENDMAIL} != "no"
47 < _rmail= rmail
47 > SUBDIR+=        rmail
48   .endif
49  
50   .if ${MK_TCSH} != "no"
51 < _csh=   csh
51 > SUBDIR+=        csh
52   .endif
53 +
54 + .include <bsd.arch.inc.mk>
55 +
56 + SUBDIR:=        ${SUBDIR:O}
57  
58   .include <bsd.subdir.mk>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines