diff options
author | jmc <jmc@pkgsrc.org> | 2003-04-23 02:22:24 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-04-23 02:22:24 +0000 |
commit | b3754997c5c12bd54638eb21e36818d9bf284fc0 (patch) | |
tree | 530495bb2d18b18fd6e29cff2cf08edb1760994c /benchmarks | |
parent | 89ff1192a47e00572d13b64c71835dfde9210a6e (diff) | |
download | pkgsrc-b3754997c5c12bd54638eb21e36818d9bf284fc0.tar.gz |
Clean up ONLY_FOR_PLATFORM to read a little nicer and include all applicable
NetBSD versions as appropriate
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 8f78de10f43..d4518ddd51a 100644 --- a/benchmarks/kttcp/Makefile +++ b/benchmarks/kttcp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/03/29 12:40:12 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2003/04/23 02:22:25 jmc Exp $ DISTNAME= kttcp-${VERSION} WRKSRC= ${WRKDIR} @@ -11,7 +11,7 @@ COMMENT= kttcp kernel network throughput benchmark VERSION= 20020711 -ONLY_FOR_PLATFORM= NetBSD-1.6[B-Z]-* +ONLY_FOR_PLATFORM= NetBSD-1.6[B-Z]-* NetBSD-1.[7-9]* NetBSD-[2-9]* EXTRACT_ONLY= # empty NO_CHECKSUM= # defined |