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