summaryrefslogtreecommitdiff
path: root/benchmarks/dbs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/dbs/Makefile')
-rw-r--r--benchmarks/dbs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/dbs/Makefile b/benchmarks/dbs/Makefile
index f2d230cf4128..fc3f5d03ff75 100644
--- a/benchmarks/dbs/Makefile
+++ b/benchmarks/dbs/Makefile
@@ -26,7 +26,7 @@ do-build:
do-install:
cd ${WRKSRC}/obj/${OPSYS}; ${MAKE} ${INSTALL_TARGET} PREFIX=${PREFIX}
- strip ${PREFIX}/bin/dbsc ${PREFIX}/bin/dbsd
+ ${STRIP_CMD} ${PREFIX}/bin/dbsc ${PREFIX}/bin/dbsd
${MKDIR} ${EXDIR}
cd ${WRKSRC}/sample; ${CP} -p ${EXS} ${EXDIR}
.if !defined(NOPORTDOCS)