diff options
author | thorpej <thorpej@pkgsrc.org> | 2002-06-29 01:10:34 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 2002-06-29 01:10:34 +0000 |
commit | 155dfab9f2913bae040307e54b204b1b2c11e066 (patch) | |
tree | 672ac3683f266724fa71aa942b5649b9c727abbc /benchmarks | |
parent | 63aeeab692d5a3793a599139f4705364692f4342 (diff) | |
download | pkgsrc-155dfab9f2913bae040307e54b204b1b2c11e066.tar.gz |
This is only for NetBSD.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/kttcp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/kttcp/Makefile b/benchmarks/kttcp/Makefile index a4ae400a656..9a386207fdb 100644 --- a/benchmarks/kttcp/Makefile +++ b/benchmarks/kttcp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/06/29 01:07:19 thorpej Exp $ +# $NetBSD: Makefile,v 1.2 2002/06/29 01:10:34 thorpej Exp $ DISTNAME= kttcp-${VERSION} CATEGORIES= benchmarks net @@ -10,6 +10,8 @@ COMMENT= kttcp kernel network throughput benchmark VERSION= 20020628 +ONLY_FOR_PLATFORM= NetBSD-*-* + EXTRACT_ONLY= # empty WRKSRC= ${WRKDIR} NO_CHECKSUM= # defined |