summaryrefslogtreecommitdiffstats
path: root/cddl/sbin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cddl/sbin/Makefile')
-rw-r--r--cddl/sbin/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/cddl/sbin/Makefile b/cddl/sbin/Makefile
index 802bbfe..f74307c 100644
--- a/cddl/sbin/Makefile
+++ b/cddl/sbin/Makefile
@@ -2,10 +2,11 @@
.include <bsd.own.mk>
-SUBDIR=
+SUBDIR= ${_zfs} ${_zpool}
+
.if ${MK_ZFS} != "no"
-SUBDIR+=zfs
-SUBDIR+=zpool
+_zfs= zfs
+_zpool= zpool
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud