diff options
author | obache <obache> | 2010-12-30 07:41:27 +0000 |
---|---|---|
committer | obache <obache> | 2010-12-30 07:41:27 +0000 |
commit | fd200e7f62ab27c3884f72152db0c0c5f0f648e7 (patch) | |
tree | 2fc44799f145f920b5136d0890971c0ea5a01ed7 /benchmarks | |
parent | 1bd24dd3423b30f195097f3fceeec9264775609a (diff) | |
download | pkgsrc-fd200e7f62ab27c3884f72152db0c0c5f0f648e7.tar.gz |
Fixes BUILD_TARGET for DragonFly.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/iozone/Makefile | 4 |
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 |