Files
mirror_zfs/include/os/freebsd/zfs/sys/Makefile.am
T

16 lines
241 B
Makefile
Raw Normal View History

2020-04-14 11:36:28 -07:00
KERNEL_H = \
2020-06-22 17:30:40 -04:00
freebsd_crypto.h \
sha2.h \
vdev_os.h \
zfs_bootenv_os.h \
2020-06-22 17:30:40 -04:00
zfs_context_os.h \
zfs_ctldir.h \
zfs_dir.h \
zfs_ioctl_compat.h \
zfs_vfsops_os.h \
zfs_vnops_os.h \
2020-06-22 17:30:40 -04:00
zfs_znode_impl.h \
zpl.h
2020-04-14 11:36:28 -07:00
2020-06-26 17:20:30 -04:00
noinst_HEADERS = $(KERNEL_H)