diff options
author | agc <agc@pkgsrc.org> | 2002-07-01 12:56:08 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-07-01 12:56:08 +0000 |
commit | f261a523baa197220d78fad435c7516e87f8a773 (patch) | |
tree | f874c6f201998073a5595013ca833e1d08a1374e /benchmarks | |
parent | 1f6b0166d1b534205d29dcdaa78df35558bee68b (diff) | |
download | pkgsrc-f261a523baa197220d78fad435c7516e87f8a773.tar.gz |
Mark this package as only for NetBSD-1.6B or later. This still isn't
perfect, since I have problems building this on a 1.6B machine which
does not have kttcp in the kernel.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/kttcp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/kttcp/Makefile b/benchmarks/kttcp/Makefile index 9a386207fdb..c61574148c9 100644 --- a/benchmarks/kttcp/Makefile +++ b/benchmarks/kttcp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/06/29 01:10:34 thorpej Exp $ +# $NetBSD: Makefile,v 1.3 2002/07/01 12:56:08 agc Exp $ DISTNAME= kttcp-${VERSION} CATEGORIES= benchmarks net @@ -10,7 +10,7 @@ COMMENT= kttcp kernel network throughput benchmark VERSION= 20020628 -ONLY_FOR_PLATFORM= NetBSD-*-* +ONLY_FOR_PLATFORM= NetBSD-1.6[B-Z]-* EXTRACT_ONLY= # empty WRKSRC= ${WRKDIR} |