diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-11 12:42:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-11 12:42:04 +0000 |
commit | 1c7e874f5b4fe54307ab3e80275dd3e6bc705071 (patch) | |
tree | 384772fa9f73d6a72180cc65b907fd0b8a51a08f /benchmarks/iozone/Makefile | |
parent | 4cb6f6c7fa76a5b187ec708c310a7293f87ff9a9 (diff) | |
download | pkgsrc-1c7e874f5b4fe54307ab3e80275dd3e6bc705071.tar.gz |
Update to 3.163:
Fixup for systems that do not have O_DIRECT.
Simplify the prototype for do_compute()
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 6ec9a7293b4..a4180dde379 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2003/03/10 11:06:49 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2003/03/11 12:42:04 wiz Exp $ -DISTNAME= iozone3_161 -PKGNAME= iozone-3.161 +DISTNAME= iozone3_163 +PKGNAME= iozone-3.163 CATEGORIES= benchmarks MASTER_SITES= http://www.iozone.org/src/current/ EXTRACT_SUFX= .tar |