diff options
Diffstat (limited to 'gnu/usr.bin/gzip/Makefile')
-rw-r--r-- | gnu/usr.bin/gzip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gzip/Makefile b/gnu/usr.bin/gzip/Makefile index ecfe2e21a52..c593e2ea75b 100644 --- a/gnu/usr.bin/gzip/Makefile +++ b/gnu/usr.bin/gzip/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 1997/01/26 09:53:18 downsj Exp $ +# $OpenBSD: Makefile,v 1.7 1997/04/27 20:55:56 millert Exp $ # $NetBSD: Makefile,v 1.17 1995/10/24 22:18:34 jtc Exp $ PROG= gzip @@ -33,7 +33,7 @@ gzip.info: gzip.texi ${MAKEINFO} -I${.CURDIR} ${.CURDIR}/gzip.texi beforeinstall: - ${INSTALL} ${COPY} -m 444 -o ${BINOWN} -g ${BINGRP} *.info* \ + ${INSTALL} ${INSTALL_COPY} -m 444 -o ${BINOWN} -g ${BINGRP} *.info* \ ${DESTDIR}/usr/share/info afterinstall: |