diff options
author | ru <ru@FreeBSD.org> | 2002-07-29 09:40:17 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-07-29 09:40:17 +0000 |
commit | a8adf98c8204f370670e5624e9e11b497b7c97e8 (patch) | |
tree | 5612f3de1042a85c3a65ed7da6124c3d8da3d097 /share/mk/bsd.own.mk | |
parent | 3a86ff2aeb2a498c6d51422bae381540233c6946 (diff) | |
download | FreeBSD-src-a8adf98c8204f370670e5624e9e11b497b7c97e8.zip FreeBSD-src-a8adf98c8204f370670e5624e9e11b497b7c97e8.tar.gz |
Drop support for COPY, -c has been the default mode of install(1)
for a long time now.
Approved by: bde
Diffstat (limited to 'share/mk/bsd.own.mk')
-rw-r--r-- | share/mk/bsd.own.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 6d80dfe..bab9a51 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -11,13 +11,6 @@ # DISTDIR Change the tree where the file for a distribution # gets installed (see /usr/src/release/Makefile). [not set] # -# -# COPY The flag passed to the install program to cause the binary -# to be copied rather than moved. This is to be used when -# building our own install script so that the entire system -# can either be installed with copies, or with moves using -# a single knob. [-c] -# # COMPRESS_CMD Program to compress documents. # Output is to stdout. [gzip -cn] # @@ -177,7 +170,6 @@ INCLUDEDIR?= /usr/include STRIP?= -s .endif -COPY?= -c COMPRESS_CMD?= gzip -cn COMPRESS_EXT?= .gz |