From 56a4230d7d90fb05982c3f285faf62ad514d429a Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 27 Apr 1997 20:57:09 +0000 Subject: COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. --- usr.bin/true/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/true') diff --git a/usr.bin/true/Makefile b/usr.bin/true/Makefile index ace0696a683..962df73ee38 100644 --- a/usr.bin/true/Makefile +++ b/usr.bin/true/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 1996/12/08 14:32:36 downsj Exp $ +# $OpenBSD: Makefile,v 1.4 1997/04/27 20:56:55 millert Exp $ MAN= true.1 beforeinstall: - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/true.sh ${DESTDIR}${BINDIR}/true .include -- cgit v1.2.3