summaryrefslogtreecommitdiff
path: root/benchmarks/whetstone/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/whetstone/Makefile')
-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"