From 34f0a2d9b1b9ca3d53f2835ec68dc5df62ee518a Mon Sep 17 00:00:00 2001 From: minskim Date: Fri, 30 Jul 2004 15:50:37 +0000 Subject: Enable pkgviews installation. --- benchmarks/whetstone/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'benchmarks/whetstone') diff --git a/benchmarks/whetstone/Makefile b/benchmarks/whetstone/Makefile index 7676d814d3d..4ecde8903bd 100644 --- a/benchmarks/whetstone/Makefile +++ b/benchmarks/whetstone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/01/20 12:08:12 agc Exp $ +# $NetBSD: Makefile,v 1.14 2004/07/30 15:50:38 minskim Exp $ DISTNAME= whetstone PKGNAME= whetstone-1.2 @@ -9,9 +9,13 @@ EXTRACT_SUFX= .c MAINTAINER= root@garbled.net COMMENT= Benchmark for processors that gives you a MIPS rating +PKG_INSTALLATION_TYPES= overwrite pkgviews + EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC} WRKSRC= ${WRKDIR} +INSTALLATION_DIRS= bin + do-build: (cd ${WRKSRC} ; ${CC} ${CFLAGS} -o whetstone whetstone.c -lm) -- cgit v1.2.3