summaryrefslogtreecommitdiffstats
path: root/lib/libedit
diff options
context:
space:
mode:
authordownsj <downsj@openbsd.org>1996-12-08 15:17:19 +0000
committerdownsj <downsj@openbsd.org>1996-12-08 15:17:19 +0000
commitfaca1c99b218513d973bd10773f61dd879f0ece5 (patch)
tree7079b34488f1b466bbf9dabc90c8e7bb89525068 /lib/libedit
parentMerge to NetBSD 961207 (diff)
downloadwireguard-openbsd-faca1c99b218513d973bd10773f61dd879f0ece5.tar.xz
wireguard-openbsd-faca1c99b218513d973bd10773f61dd879f0ece5.zip
install -> ${INSTALL}, -c -> ${COPY}
Diffstat (limited to 'lib/libedit')
-rw-r--r--lib/libedit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile
index 977b48b7027..c990dffaca0 100644
--- a/lib/libedit/Makefile
+++ b/lib/libedit/Makefile
@@ -53,7 +53,7 @@ test: libedit.a test.o
includes:
-cd ${.CURDIR}; cmp -s histedit.h ${DESTDIR}/usr/include/histedit.h > \
/dev/null 2>&1 || \
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 histedit.h \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 histedit.h \
${DESTDIR}/usr/include
.include <bsd.lib.mk>