summaryrefslogtreecommitdiffstats
path: root/lib/libmenu
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/libmenu
parentMerge to NetBSD 961207 (diff)
downloadwireguard-openbsd-faca1c99b218513d973bd10773f61dd879f0ece5.tar.xz
wireguard-openbsd-faca1c99b218513d973bd10773f61dd879f0ece5.zip
install -> ${INSTALL}, -c -> ${COPY}
Diffstat (limited to 'lib/libmenu')
-rw-r--r--lib/libmenu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libmenu/Makefile b/lib/libmenu/Makefile
index 8399412300e..052e2e64045 100644
--- a/lib/libmenu/Makefile
+++ b/lib/libmenu/Makefile
@@ -12,7 +12,7 @@ MAN= menu.3 menu_driver.3 menu_items.3 menu_opts.3 menu_userptr.3 \
includes:
@cd ${.CURDIR}; for i in ${HDRS}; do \
cmp -s $$i ${DESTDIR}/usr/include/$$i || \
- install -c -m 444 -o $(BINOWN) -g $(BINGRP) $$i \
+ ${INSTALL} ${COPY} -m 444 -o $(BINOWN) -g $(BINGRP) $$i \
${DESTDIR}/usr/include; done
.include <bsd.lib.mk>