From f5284ed86d0500b99cc17d456bcee60b5ab265a5 Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 25 Jul 1995 00:37:58 +0000 Subject: Change `install' to `${INSTALL}' so that default install flags can be specified in the top level Makefiles. --- gnu/usr.bin/gzip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/usr.bin/gzip') diff --git a/gnu/usr.bin/gzip/Makefile b/gnu/usr.bin/gzip/Makefile index e6f8652..19b9e0a 100644 --- a/gnu/usr.bin/gzip/Makefile +++ b/gnu/usr.bin/gzip/Makefile @@ -12,7 +12,7 @@ LINKS+= ${BINDIR}/gzip ${BINDIR}/zcat NOSHARED=yes afterinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/zforce ${.CURDIR}/gzexe ${.CURDIR}/znew \ ${.CURDIR}/zmore ${.CURDIR}/zdiff ${.CURDIR}/zgrep \ ${DESTDIR}${BINDIR} -- cgit v1.1