summaryrefslogtreecommitdiff
path: root/benchmarks/iozone
diff options
context:
space:
mode:
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"