summaryrefslogtreecommitdiff
path: root/benchmarks/iozone
diff options
context:
space:
mode:
authoragc <agc>1998-09-23 16:09:05 +0000
committeragc <agc>1998-09-23 16:09:05 +0000
commit807eb5083f094e6ca2ebbdcdc5c796700772c871 (patch)
treeaff435b370649dcd5927a5e19b7f6e3e05d0fa25 /benchmarks/iozone
parentd00f441950e7d54383a5632671c3ac166733c661 (diff)
downloadpkgsrc-807eb5083f094e6ca2ebbdcdc5c796700772c871.tar.gz
Add a benchmark target to the package Makefile to enable the benchmark
to be run.
Diffstat (limited to 'benchmarks/iozone')
-rw-r--r--benchmarks/iozone/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
index 6432351660a..a53ac1dc61a 100644
--- a/benchmarks/iozone/Makefile
+++ b/benchmarks/iozone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1998/09/01 16:42:33 mrg Exp $
+# $NetBSD: Makefile,v 1.3 1998/09/23 16:09:05 agc Exp $
DISTNAME= iozone
PKGNAME= iozone-1.14b
@@ -16,4 +16,7 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin
+benchmark:
+ @${WRKSRC}/iozone
+
.include "../../mk/bsd.pkg.mk"