diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-01-01 04:22:23 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-01-01 04:22:23 +0000 |
| commit | 015a0dc2e45141f57d3f8e49d3eb2e56b56ce5b0 (patch) | |
| tree | 15985d72bf018a5d6d67483342b8ca6e6c60215b /share/tabset | |
| parent | 7956a30f26b73dfeab2a226ccb9643e10b74fa82 (diff) | |
Notes
Diffstat (limited to 'share/tabset')
| -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 7c08094b68715..faf7c9f069bbf 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> |
