Do not clobber COPY, it may be set differently in /etc/make.conf.

This is not the problem for NOMANCOMPRESS, as install(1) does not
delete the originals anymore (-c is the default now).
This commit is contained in:
Ruslan Ermilov 2001-05-30 07:02:57 +00:00
parent 3259d3fb9e
commit 9b03144328
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77470

View File

@ -74,8 +74,6 @@ all-man:
.if defined(NOMANCOMPRESS)
COPY= -c
# Make special arrangements to filter to a temporary file at build time
# for NOMANCOMPRESS.
.if defined(MANFILTER)