summaryrefslogtreecommitdiffstats
path: root/share/tabset
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/tabset
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/tabset')
-rw-r--r--share/tabset/Makefile2
1 files changed, 1 insertions, 1 deletions
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