summaryrefslogtreecommitdiffstats
path: root/cddl/usr.bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cddl/usr.bin/Makefile')
-rw-r--r--cddl/usr.bin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cddl/usr.bin/Makefile b/cddl/usr.bin/Makefile
index b703d19..0a9035a 100644
--- a/cddl/usr.bin/Makefile
+++ b/cddl/usr.bin/Makefile
@@ -2,12 +2,12 @@
.include <bsd.own.mk>
-.if ${MK_ZFS} != "no"
SUBDIR= ${_ztest}
-.endif
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
+.if ${MK_ZFS} != "no"
+.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
_ztest= ztest
.endif
+.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud