diff options
author | thorpej <thorpej> | 2002-06-29 01:10:34 +0000 |
---|---|---|
committer | thorpej <thorpej> | 2002-06-29 01:10:34 +0000 |
commit | e19d99f36206be388b5484b2b832194e35034773 (patch) | |
tree | 672ac3683f266724fa71aa942b5649b9c727abbc /benchmarks/kttcp | |
parent | c9d4fcefb319df5653973020a768d859884e659e (diff) | |
download | pkgsrc-e19d99f36206be388b5484b2b832194e35034773.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 |