aboutsummaryrefslogtreecommitdiff
path: root/tools/test
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2015-01-16 21:39:08 +0000
committerWill Andrews <will@FreeBSD.org>2015-01-16 21:39:08 +0000
commit7a37b5fc17b2d3c2f0487756ab32450019fdbd31 (patch)
tree8a1af53c5feb7376262fc346729ffddd1a4b3c93 /tools/test
parent5962fd53ac446c47d6d2feeb3f1d64a8fc5dd640 (diff)
Notes
Diffstat (limited to 'tools/test')
-rw-r--r--tools/test/dtrace/Makefile2
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