summaryrefslogtreecommitdiff
path: root/benchmarks/dbench/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/dbench/Makefile')
-rw-r--r--benchmarks/dbench/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile
index 203e8e40ccb..e78e66a4d6d 100644
--- a/benchmarks/dbench/Makefile
+++ b/benchmarks/dbench/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= dbench-1.3
@@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://samba.org/ftp/tridge/dbench/README
COMMENT= Simulation of the Ziff-Davis netbench benchmark
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}/dbench
.include "../../mk/bsd.prefs.mk"
@@ -17,6 +19,8 @@ WRKSRC= ${WRKDIR}/dbench
MAKE_ENV+= DB_LDFLAGS="-lrt" TB_LDFLAGS="-lsocket -lnsl"
.endif
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dbench ${PREFIX}/bin/dbench
${INSTALL_PROGRAM} ${WRKSRC}/tbench ${PREFIX}/bin/tbench