summaryrefslogtreecommitdiff
path: root/include/os/freebsd/zfs/sys/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'include/os/freebsd/zfs/sys/Makefile.am')
-rw-r--r--include/os/freebsd/zfs/sys/Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/os/freebsd/zfs/sys/Makefile.am b/include/os/freebsd/zfs/sys/Makefile.am
new file mode 100644
index 000000000000..a8cfa39f3543
--- /dev/null
+++ b/include/os/freebsd/zfs/sys/Makefile.am
@@ -0,0 +1,14 @@
+KERNEL_H = \
+ freebsd_crypto.h \
+ sha2.h \
+ vdev_os.h \
+ zfs_context_os.h \
+ zfs_ctldir.h \
+ zfs_dir.h \
+ zfs_ioctl_compat.h \
+ zfs_vfsops.h \
+ zfs_vnops.h \
+ zfs_znode_impl.h \
+ zpl.h
+
+noinst_HEADERS = $(KERNEL_H)