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 | 670019e7230c8f5c14b9f2ec1c113325c5e55aef (patch) | |
tree | e3438acd7d127cbfb3ff673844901011050ff037 | |
parent | 4c1bb2118cfd92281f06d9014ef4783bd07a5202 (diff) | |
download | pkgsrc-670019e7230c8f5c14b9f2ec1c113325c5e55aef.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 |