summaryrefslogtreecommitdiffstats
path: root/cddl/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cddl/lib/Makefile')
-rw-r--r--cddl/lib/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/cddl/lib/Makefile b/cddl/lib/Makefile
new file mode 100644
index 0000000..33e2887
--- /dev/null
+++ b/cddl/lib/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+SUBDIR= libavl \
+ libnvpair \
+ libumem \
+ libuutil \
+ ${_libzfs} \
+ ${_libzpool}
+
+.if ${MK_ZFS} != "no"
+_libzfs= libzfs
+.if ${MK_LIBTHR} != "no"
+_libzpool= libzpool
+.endif
+.endif
+
+.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud