summaryrefslogtreecommitdiffstats
path: root/cddl/sbin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cddl/sbin/Makefile')
-rw-r--r--cddl/sbin/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/cddl/sbin/Makefile b/cddl/sbin/Makefile
new file mode 100644
index 0000000..802bbfe
--- /dev/null
+++ b/cddl/sbin/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+SUBDIR=
+.if ${MK_ZFS} != "no"
+SUBDIR+=zfs
+SUBDIR+=zpool
+.endif
+
+.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud