diff options
author | tv <tv@pkgsrc.org> | 2005-10-31 17:33:42 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-10-31 17:33:42 +0000 |
commit | 7c444e63434c72d89ac0ce394ca677bd0714c2ed (patch) | |
tree | e3438acd7d127cbfb3ff673844901011050ff037 | |
parent | 97c1750c4b056fe4fa53f6a7f25886bda8a9ea44 (diff) | |
download | pkgsrc-7c444e63434c72d89ac0ce394ca677bd0714c2ed.tar.gz |
NOT_FOR_PLATFORM Interix.
-rw-r--r-- | benchmarks/randread/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/randread/Makefile b/benchmarks/randread/Makefile index e2ddc5a1b3a..bacb9716bac 100644 --- a/benchmarks/randread/Makefile +++ b/benchmarks/randread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/12/03 15:14:51 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2005/10/31 17:33:42 tv Exp $ # DISTNAME= randread-0.1 @@ -9,6 +9,8 @@ MAINTAINER= grant@NetBSD.org HOMEPAGE= http://randread.sourceforge.net/ COMMENT= Program to help benchmark random disk read performance +NOT_FOR_PLATFORM= Interix-*-* + PKG_INSTALLATION_TYPES= overwrite pkgviews BUILD_TARGET= randread |