From b3fa53adcfde6b0372fb9ad450e3d12c120a264b Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 23 Sep 1998 16:09:05 +0000 Subject: Add a benchmark target to the package Makefile to enable the benchmark to be run. --- benchmarks/iozone/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'benchmarks') 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" -- cgit v1.2.3