diff options
author | bde <bde@FreeBSD.org> | 1997-01-01 04:22:23 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-01-01 04:22:23 +0000 |
commit | 4fca167e0602e20eccf55195f777621c56f17789 (patch) | |
tree | 15985d72bf018a5d6d67483342b8ca6e6c60215b /usr.bin/vgrind | |
parent | 2443764d47cba998090b844a05668b0f701a13e6 (diff) | |
download | FreeBSD-src-4fca167e0602e20eccf55195f777621c56f17789.zip FreeBSD-src-4fca167e0602e20eccf55195f777621c56f17789.tar.gz |
Use ${COPY} instead of -c for installing non-source files.
Diffstat (limited to 'usr.bin/vgrind')
-rw-r--r-- | usr.bin/vgrind/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vgrind/Makefile b/usr.bin/vgrind/Makefile index ea692f6..b34e496 100644 --- a/usr.bin/vgrind/Makefile +++ b/usr.bin/vgrind/Makefile @@ -18,7 +18,7 @@ beforeinstall: ${.CURDIR}/vgrind.sh ${DESTDIR}/usr/bin/vgrind ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/vgrindefs.src \ ${DESTDIR}/usr/share/misc/vgrindefs - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ vgrindefs.src.db ${DESTDIR}/usr/share/misc/vgrindefs.db ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/tmac.vgrind \ ${DESTDIR}/usr/share/tmac |