summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--benchmarks/iozone/Makefile2
-rw-r--r--benchmarks/iozone21/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
index 0e2dbab23f0f..8bfe7fff8f1c 100644
--- a/benchmarks/iozone/Makefile
+++ b/benchmarks/iozone/Makefile
@@ -23,7 +23,7 @@ ALL_TARGET=
MAN1= iozone.1
do-install:
- ${STRIP} ${WRKSRC}/iozone
+ strip ${WRKSRC}/iozone
${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/iozone.1 ${PREFIX}/man/man1
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile
index 0e2dbab23f0f..8bfe7fff8f1c 100644
--- a/benchmarks/iozone21/Makefile
+++ b/benchmarks/iozone21/Makefile
@@ -23,7 +23,7 @@ ALL_TARGET=
MAN1= iozone.1
do-install:
- ${STRIP} ${WRKSRC}/iozone
+ strip ${WRKSRC}/iozone
${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/iozone.1 ${PREFIX}/man/man1