summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-01-01 04:22:23 +0000
committerbde <bde@FreeBSD.org>1997-01-01 04:22:23 +0000
commit4fca167e0602e20eccf55195f777621c56f17789 (patch)
tree15985d72bf018a5d6d67483342b8ca6e6c60215b /share
parent2443764d47cba998090b844a05668b0f701a13e6 (diff)
downloadFreeBSD-src-4fca167e0602e20eccf55195f777621c56f17789.zip
FreeBSD-src-4fca167e0602e20eccf55195f777621c56f17789.tar.gz
Use ${COPY} instead of -c for installing non-source files.
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