aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/openzfs/include/os/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/openzfs/include/os/Makefile.am')
-rw-r--r--sys/contrib/openzfs/include/os/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/contrib/openzfs/include/os/Makefile.am b/sys/contrib/openzfs/include/os/Makefile.am
new file mode 100644
index 000000000000..7eab1abde984
--- /dev/null
+++ b/sys/contrib/openzfs/include/os/Makefile.am
@@ -0,0 +1,6 @@
+if BUILD_LINUX
+SUBDIRS = linux
+endif
+if BUILD_FREEBSD
+SUBDIRS = freebsd
+endif