diff options
Diffstat (limited to 'benchmarks/kttcp/Makefile')
-rw-r--r-- | benchmarks/kttcp/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/benchmarks/kttcp/Makefile b/benchmarks/kttcp/Makefile index 8b8f17ae085..7c0ddbc96a0 100644 --- a/benchmarks/kttcp/Makefile +++ b/benchmarks/kttcp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/07/04 06:43:01 mrg Exp $ +# $NetBSD: Makefile,v 1.10 2004/07/30 15:50:37 minskim Exp $ DISTNAME= kttcp-${VERSION} CATEGORIES= benchmarks net @@ -12,12 +12,16 @@ VERSION= 20020711 ONLY_FOR_PLATFORM= NetBSD-1.6[B-Z]*-* NetBSD-1.[7-9]* NetBSD-[2-9]* +PKG_INSTALLATION_TYPES= overwrite pkgviews + EXTRACT_ONLY= # empty NO_CHECKSUM= # defined WRKSRC= ${WRKDIR} MAKE_ENV+= BINDIR=${LOCALBASE}/bin MANDIR=${LOCALBASE}/man +INSTALLATION_DIRS= bin + post-extract: @for FILE in Makefile kttcp.c \ ; do \ |