diff options
Diffstat (limited to 'benchmarks/dbench/Makefile')
-rw-r--r-- | benchmarks/dbench/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile index 94305fcc5c5..203e8e40ccb 100644 --- a/benchmarks/dbench/Makefile +++ b/benchmarks/dbench/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2003/09/19 18:08:14 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/20 12:08:12 agc Exp $ # DISTNAME= dbench-1.3 -WRKSRC= ${WRKDIR}/dbench CATEGORIES= benchmarks MASTER_SITES= ftp://dnuc.polyn.kiae.su/pub/dbench/ @@ -10,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://samba.org/ftp/tridge/dbench/README COMMENT= Simulation of the Ziff-Davis netbench benchmark +WRKSRC= ${WRKDIR}/dbench + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" |