2002-07-01 14:56:08 +02:00
|
|
|
# $NetBSD: Makefile,v 1.3 2002/07/01 12:56:08 agc Exp $
|
2002-06-29 03:07:19 +02:00
|
|
|
|
|
|
|
DISTNAME= kttcp-${VERSION}
|
|
|
|
CATEGORIES= benchmarks net
|
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
|
|
|
|
MAINTAINER= thorpej@netbsd.org
|
|
|
|
COMMENT= kttcp kernel network throughput benchmark
|
|
|
|
|
|
|
|
VERSION= 20020628
|
|
|
|
|
2002-07-01 14:56:08 +02:00
|
|
|
ONLY_FOR_PLATFORM= NetBSD-1.6[B-Z]-*
|
2002-06-29 03:10:34 +02:00
|
|
|
|
2002-06-29 03:07:19 +02:00
|
|
|
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"
|