diff options
Diffstat (limited to 'share/tabset/Makefile')
-rw-r--r-- | share/tabset/Makefile | 2 |
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> |