mirror_zfs/include/os/freebsd/zfs/sys/Makefile.am
Arvind Sankar 4d8e68c42f Avoid installing kernel headers on FreeBSD
The kernel headers are installed for DKMS on linux, so don't install
them unless we're building on linux.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu>
Closes #10506
2020-06-27 17:40:14 -07:00

15 lines
215 B
Makefile

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)