diff options
| author | Will Andrews <will@FreeBSD.org> | 2015-01-16 21:39:08 +0000 |
|---|---|---|
| committer | Will Andrews <will@FreeBSD.org> | 2015-01-16 21:39:08 +0000 |
| commit | 7a37b5fc17b2d3c2f0487756ab32450019fdbd31 (patch) | |
| tree | 8a1af53c5feb7376262fc346729ffddd1a4b3c93 /tools/test | |
| parent | 5962fd53ac446c47d6d2feeb3f1d64a8fc5dd640 (diff) | |
Notes
Diffstat (limited to 'tools/test')
| -rw-r--r-- | tools/test/dtrace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/dtrace/Makefile b/tools/test/dtrace/Makefile index 405d536b36fab..ca0547aabdbf1 100644 --- a/tools/test/dtrace/Makefile +++ b/tools/test/dtrace/Makefile @@ -343,7 +343,7 @@ ${_f:T:S/c$/exe/} : ${_f} .for _f in ${ALL_TESTEXEFILES} ${_f:T} : ${_f} - cp -f ${_f} ${.TARGET} + ${CP} ${_f} ${.TARGET} chmod a+x ${.TARGET} .endfor |
