From 887330bcbc3b4a93fe7f9a1b4c542096049d7d71 Mon Sep 17 00:00:00 2001 From: obache Date: Thu, 30 Dec 2010 07:41:27 +0000 Subject: Fixes BUILD_TARGET for DragonFly. --- benchmarks/iozone/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'benchmarks/iozone') diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index e88ebb86694..d70a4f48a41 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2009/05/19 08:59:04 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2010/12/30 07:41:27 obache Exp $ DISTNAME= iozone3_308 PKGNAME= iozone-3.308 @@ -23,7 +23,7 @@ USE_TOOLS+= tee .include "../../mk/bsd.prefs.mk" -.if !empty(OPSYS:M*BSD) || ${OPSYS} == "Linux" +.if !empty(OPSYS:M*BSD) || ${OPSYS} == "Linux" || ${OPSYS} == "DragonFly" BUILD_TARGET= ${LOWER_OPSYS} .elif (${OPSYS} == "SunOS") BUILD_TARGET= Solaris -- cgit v1.2.3