diff options
author | agc <agc> | 2002-07-01 12:56:08 +0000 |
---|---|---|
committer | agc <agc> | 2002-07-01 12:56:08 +0000 |
commit | dfc7197aff679dfa1b59d40c2b07f8180bc231f3 (patch) | |
tree | f874c6f201998073a5595013ca833e1d08a1374e /benchmarks/kttcp | |
parent | 7f2bef52bd1522574614df8a93ca58c600e76de7 (diff) | |
download | pkgsrc-dfc7197aff679dfa1b59d40c2b07f8180bc231f3.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/kttcp')
-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} |