summaryrefslogtreecommitdiffstats
path: root/lib/libutil
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-04-27 20:55:40 +0000
committermillert <millert@openbsd.org>1997-04-27 20:55:40 +0000
commit9c44650ee52f624747071daa92e6035bf4402715 (patch)
tree2fb71e19703d62d4a3835761ab76497d272247e1 /lib/libutil
parentFurther towards reality (diff)
downloadwireguard-openbsd-9c44650ee52f624747071daa92e6035bf4402715.tar.xz
wireguard-openbsd-9c44650ee52f624747071daa92e6035bf4402715.zip
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.
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile
index a5c450ccf60..d03c964ad1b 100644
--- a/lib/libutil/Makefile
+++ b/lib/libutil/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.12 1997/02/16 19:59:17 provos Exp $
+# $OpenBSD: Makefile,v 1.13 1997/04/27 20:56:18 millert Exp $
# $NetBSD: Makefile,v 1.8 1996/05/16 07:03:28 thorpej Exp $
LIB= util
@@ -38,7 +38,7 @@ MLINKS+=scsi.3 scsi_debug_output.3
includes:
@cd ${.CURDIR}; for i in $(HDRS); do \
j="cmp -s $$i ${DESTDIR}/usr/include/$$i || \
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
+ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
${DESTDIR}/usr/include"; \
echo $$j; \
eval "$$j"; \