diff options
author | thorpej <thorpej> | 2002-06-29 01:10:34 +0000 |
---|---|---|
committer | thorpej <thorpej> | 2002-06-29 01:10:34 +0000 |
commit | 73c05d3e118a468cfa16a77c1a897d7636fc9115 (patch) | |
tree | 672ac3683f266724fa71aa942b5649b9c727abbc /benchmarks/kttcp | |
parent | 42e3c1922564c5aadb2cab426e82668893a58aa7 (diff) | |
download | pkgsrc-73c05d3e118a468cfa16a77c1a897d7636fc9115.tar.gz |
This is only for NetBSD.
Diffstat (limited to 'benchmarks/kttcp')
-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 |