diff options
Diffstat (limited to 'benchmarks/linpack-bench/Makefile')
-rw-r--r-- | benchmarks/linpack-bench/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/benchmarks/linpack-bench/Makefile b/benchmarks/linpack-bench/Makefile index 1e69d2d7967..adfce356d9a 100644 --- a/benchmarks/linpack-bench/Makefile +++ b/benchmarks/linpack-bench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/01/20 12:08:12 agc Exp $ +# $NetBSD: Makefile,v 1.5 2004/07/30 15:50:37 minskim Exp $ DISTNAME= linpackc PKGNAME= linpack-bench-940225 @@ -9,8 +9,12 @@ EXTRACT_SUFX= # empty MAINTAINER= root@garbled.net COMMENT= Collection of benchmarks for floating point +PKG_INSTALLATION_TYPES= overwrite pkgviews + WRKSRC= ${WRKDIR} +INSTALLATION_DIRS= bin + do-extract: ${MKDIR} ${WRKSRC} ${CP} ${DISTDIR}/linpackc ${WRKSRC}/linpack.c |