diff options
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 172bce2f1cb3..e5bccfcbbbdd 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -20,8 +20,8 @@ CONFLICTS= iozone-2.* WRKSRC= ${WRKDIR}/${DISTNAME}/src/current MAKEFILE= makefile -MAKE_ARGS= freebsd CFLAGS="${CFLAGS}" -ALL_TARGET= +MAKE_ARGS= ${MAKE_ENV} +ALL_TARGET= freebsd MAKE_JOBS_UNSAFE= yes MAN1= iozone.1 |