From f042cdd87185d3d67fe4d573ec963b80d9950520 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 30 May 2001 07:02:57 +0000 Subject: 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). --- share/mk/bsd.man.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'share/mk') diff --git a/share/mk/bsd.man.mk b/share/mk/bsd.man.mk index 4868326..9dc7447 100644 --- a/share/mk/bsd.man.mk +++ b/share/mk/bsd.man.mk @@ -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) -- cgit v1.1