summaryrefslogtreecommitdiff
path: root/benchmarks/iozone
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-12-30 07:41:27 +0000
committerobache <obache@pkgsrc.org>2010-12-30 07:41:27 +0000
commit887330bcbc3b4a93fe7f9a1b4c542096049d7d71 (patch)
tree2fc44799f145f920b5136d0890971c0ea5a01ed7 /benchmarks/iozone
parent0d9c721ebc64711e200b5641324eafac0245cb45 (diff)
downloadpkgsrc-887330bcbc3b4a93fe7f9a1b4c542096049d7d71.tar.gz
Fixes BUILD_TARGET for DragonFly.
Diffstat (limited to 'benchmarks/iozone')
-rw-r--r--benchmarks/iozone/Makefile4
1 files changed, 2 insertions, 2 deletions
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