From ff064c7435f2dfae1501c27cc1bd9f33cef2b2ce Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 24 Sep 1998 09:19:10 +0000 Subject: Add a benchmark target to the package Makefile, to enable the benchmark to be run. --- benchmarks/whetstone/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'benchmarks/whetstone') diff --git a/benchmarks/whetstone/Makefile b/benchmarks/whetstone/Makefile index da9363c90e8..09d23950db2 100644 --- a/benchmarks/whetstone/Makefile +++ b/benchmarks/whetstone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/09/06 21:11:24 garbled Exp $ +# $NetBSD: Makefile,v 1.3 1998/09/24 09:19:10 agc Exp $ DISTNAME= whetstone PKGNAME= whetstone-1.2 @@ -19,4 +19,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/whetstone ${PREFIX}/bin +benchmark: + @${WRKSRC}/whetstone + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3