summaryrefslogtreecommitdiff
path: root/benchmarks/iozone
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-09-24 09:20:08 +0000
committeragc <agc@pkgsrc.org>1998-09-24 09:20:08 +0000
commit3c8e74daa433a6e54e64daa5b0f81b9be2a8b913 (patch)
treee3aeeefdc06dc04b81c60b6dcb7afd0c4ea8f612 /benchmarks/iozone
parent8306b5c2000f5169e154497e95d56dc741d0a025 (diff)
downloadpkgsrc-3c8e74daa433a6e54e64daa5b0f81b9be2a8b913.tar.gz
Run the benchmarks in ${WRKSRC}.
Diffstat (limited to 'benchmarks/iozone')
-rw-r--r--benchmarks/iozone/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
index a53ac1dc61a..5d8a7e858af 100644
--- a/benchmarks/iozone/Makefile
+++ b/benchmarks/iozone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/09/23 16:09:05 agc Exp $
+# $NetBSD: Makefile,v 1.4 1998/09/24 09:20:08 agc Exp $
DISTNAME= iozone
PKGNAME= iozone-1.14b
@@ -17,6 +17,6 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin
benchmark:
- @${WRKSRC}/iozone
+ @(cd ${WRKSRC}; ./iozone)
.include "../../mk/bsd.pkg.mk"