diff options
-rw-r--r-- | benchmarks/iozone/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index d9128232940..d791a0e8bed 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/10/19 15:27:19 adam Exp $ +# $NetBSD: Makefile,v 1.30 2005/10/31 17:26:02 tv Exp $ DISTNAME= iozone3_248 PKGNAME= iozone-3.248 @@ -12,6 +12,8 @@ COMMENT= Benchmark for file read and write speed RESTRICTED= "Publication of derivative works not allowed" +NOT_FOR_PLATFORM= Interix-*-* # has only 32-bit off_t + PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/${DISTNAME}/src/current |