diff options
Diffstat (limited to 'benchmarks/fib/Makefile')
-rw-r--r-- | benchmarks/fib/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/benchmarks/fib/Makefile b/benchmarks/fib/Makefile index 85e561e9965..05a0cd44cf6 100644 --- a/benchmarks/fib/Makefile +++ b/benchmarks/fib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/01/20 12:08:12 agc Exp $ +# $NetBSD: Makefile,v 1.11 2004/07/30 15:50:37 minskim Exp $ DISTNAME= fib.c PKGNAME= fib-980203 @@ -9,8 +9,12 @@ EXTRACT_SUFX= #empty MAINTAINER= root@garbled.net COMMENT= Mathematical benchmark +PKG_INSTALLATION_TYPES= overwrite pkgviews + WRKSRC= ${WRKDIR} +INSTALLATION_DIRS= bin + do-extract: ${MKDIR} ${WRKSRC} ${CP} ${DISTDIR}/fib.c ${WRKSRC}/fib.c |