diff options
author | wiz <wiz@pkgsrc.org> | 2003-04-15 08:34:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-04-15 08:34:32 +0000 |
commit | ac3c20f69dd2755a44f27e4cc7b56e5906b4958b (patch) | |
tree | 9fbc1aac524e5185ea5eaf1eb255500fabb5e7e1 /benchmarks/iozone/Makefile | |
parent | beb16481b2cf80eeb1978093a7617e53a98a5429 (diff) | |
download | pkgsrc-ac3c20f69dd2755a44f27e4cc7b56e5906b4958b.tar.gz |
Update to 3.167:
Zero compute_val inside of loops.
Add support for O_DIRECT for IRIX and IRIX64
Improve macros and add prototypes.
Improve resolution of get_resolution().
Diffstat (limited to 'benchmarks/iozone/Makefile')
-rw-r--r-- | benchmarks/iozone/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 1e9c29336dc..3132cfd038c 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2003/03/29 12:40:11 jmmv Exp $ +# $NetBSD: Makefile,v 1.19 2003/04/15 08:34:32 wiz Exp $ -DISTNAME= iozone3_163 -PKGNAME= iozone-3.163 +DISTNAME= iozone3_167 +PKGNAME= iozone-3.167 WRKSRC= ${WRKDIR}/src/current CATEGORIES= benchmarks MASTER_SITES= http://www.iozone.org/src/current/ |