summaryrefslogtreecommitdiff
path: root/benchmarks/whetstone
diff options
context:
space:
mode:
authoragc <agc>1998-09-24 09:19:10 +0000
committeragc <agc>1998-09-24 09:19:10 +0000
commitff064c7435f2dfae1501c27cc1bd9f33cef2b2ce (patch)
tree06263ab201f0d1f76a457445ba212b79a1681691 /benchmarks/whetstone
parent749c9e8b1c4312918fbe0f0ba492fd5ffaeba27b (diff)
downloadpkgsrc-ff064c7435f2dfae1501c27cc1bd9f33cef2b2ce.tar.gz
Add a benchmark target to the package Makefile, to enable the
benchmark to be run.
Diffstat (limited to 'benchmarks/whetstone')
-rw-r--r--benchmarks/whetstone/Makefile5
1 files changed, 4 insertions, 1 deletions
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"