summaryrefslogtreecommitdiffstats
path: root/cddl/usr.sbin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cddl/usr.sbin/Makefile')
-rw-r--r--cddl/usr.sbin/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/cddl/usr.sbin/Makefile b/cddl/usr.sbin/Makefile
index bfb9171..65756fb 100644
--- a/cddl/usr.sbin/Makefile
+++ b/cddl/usr.sbin/Makefile
@@ -2,13 +2,12 @@
.include <bsd.own.mk>
-SUBDIR=
-.if ${MK_ZFS} != "no"
-SUBDIR+=${_zdb}
-.endif
+SUBDIR= ${_zdb}
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
+.if ${MK_ZFS} != "no"
+.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
_zdb= zdb
.endif
+.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud