summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/syscons/scrnmaps/Makefile2
-rw-r--r--share/tabset/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/share/syscons/scrnmaps/Makefile b/share/syscons/scrnmaps/Makefile
index 1c81d19..c02fe18 100644
--- a/share/syscons/scrnmaps/Makefile
+++ b/share/syscons/scrnmaps/Makefile
@@ -9,7 +9,7 @@ NOMAN = noman
all: ${SCRMAPS}
install:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${SCRMAPS} \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${SCRMAPS} \
${DESTDIR}${SCRDIR}
${SCRMAPS}: ${.TARGET:R}.mk
diff --git a/share/tabset/Makefile b/share/tabset/Makefile
index 7c08094..faf7c9f 100644
--- a/share/tabset/Makefile
+++ b/share/tabset/Makefile
@@ -14,7 +14,7 @@ ${FILES}:
depend lint tags:
install:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/tabset
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud