diff options
author | thorpej <thorpej@pkgsrc.org> | 2002-06-29 01:07:19 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 2002-06-29 01:07:19 +0000 |
commit | 63aeeab692d5a3793a599139f4705364692f4342 (patch) | |
tree | c1a1f1c36d1bdff9a99425f62c6ef61b179005be /benchmarks/kttcp/Makefile | |
parent | 4a4586878e7a9f39712973c790cc24fb2ba65793 (diff) | |
download | pkgsrc-63aeeab692d5a3793a599139f4705364692f4342.tar.gz |
kttcp -- userland portion of the kttcp network throughput tester
Diffstat (limited to 'benchmarks/kttcp/Makefile')
-rw-r--r-- | benchmarks/kttcp/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/benchmarks/kttcp/Makefile b/benchmarks/kttcp/Makefile new file mode 100644 index 00000000000..a4ae400a656 --- /dev/null +++ b/benchmarks/kttcp/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/29 01:07:19 thorpej Exp $ + +DISTNAME= kttcp-${VERSION} +CATEGORIES= benchmarks net +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= thorpej@netbsd.org +COMMENT= kttcp kernel network throughput benchmark + +VERSION= 20020628 + +EXTRACT_ONLY= # empty +WRKSRC= ${WRKDIR} +NO_CHECKSUM= # defined + +MAKE_ENV+= BINDIR=${LOCALBASE}/bin MANDIR=${LOCALBASE}/man + +post-extract: + @for FILE in Makefile kttcp.c \ + ; do \ + ${CP} ${FILESDIR}/$$FILE ${WRKSRC}; \ + done + +.include "../../mk/bsd.pkg.mk" |