diff options
author | tv <tv@pkgsrc.org> | 2005-10-31 17:03:02 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-10-31 17:03:02 +0000 |
commit | e39629e3a4b89a9019040e170d8965683814f40d (patch) | |
tree | ed83c795ddfbd1873528951b2c013e665d8f0722 /benchmarks | |
parent | 9fcb17e07e2694a09607be7e74c8155e9e395414 (diff) | |
download | pkgsrc-e39629e3a4b89a9019040e170d8965683814f40d.tar.gz |
NOT_FOR_PLATFORM Interix (only 32-bit off_t).
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/bonnie/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/bonnie/Makefile b/benchmarks/bonnie/Makefile index 6f7f3e7d9d4..c35344a0d34 100644 --- a/benchmarks/bonnie/Makefile +++ b/benchmarks/bonnie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/07/15 18:27:48 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2005/10/31 17:03:02 tv Exp $ DISTNAME= bonnie PKGNAME= bonnie-2.06 @@ -10,6 +10,8 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.textuality.com/bonnie/index.html COMMENT= Performance Test of Sequential Filesystem I/O and STDIO +NOT_FOR_PLATFORM= Interix-*-* # has only 32-bit off_t + PKG_INSTALLATION_TYPES= overwrite pkgviews NO_CONFIGURE= yes |