diff options
Diffstat (limited to 'benchmarks/iozone/Makefile')
-rw-r--r-- | benchmarks/iozone/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 9d2c472002d..e69fa98d7ab 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2003/12/13 10:48:33 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2004/01/20 12:08:12 agc Exp $ DISTNAME= iozone3_211 PKGNAME= iozone-3.211 -WRKSRC= ${WRKDIR}/src/current CATEGORIES= benchmarks MASTER_SITES= http://www.iozone.org/src/current/ EXTRACT_SUFX= .tar @@ -13,6 +12,7 @@ COMMENT= Benchmark for file read and write speed RESTRICTED= "Publication of derivative works not allowed" +WRKSRC= ${WRKDIR}/src/current MAKEFILE= makefile .include "../../mk/bsd.prefs.mk" |