freebsd: fix missing headers in distribution tarball
arc_os.h and freebsd_event.h aren't included in release tarballs, so the build fails on FreeBSD. This fixes it. Sponsored-by: https://despairlabs.com/sponsor/ Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Alexander Motin <mav@FreeBSD.org> Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de> Signed-off-by: Rob Norris <robn@despairlabs.com> Closes #15963
This commit is contained in:
parent
8f2f6cd2ac
commit
90ff732358
|
@ -80,7 +80,9 @@ noinst_HEADERS = \
|
||||||
%D%/spl/sys/zmod.h \
|
%D%/spl/sys/zmod.h \
|
||||||
%D%/spl/sys/zone.h \
|
%D%/spl/sys/zone.h \
|
||||||
\
|
\
|
||||||
|
%D%/zfs/sys/arc_os.h \
|
||||||
%D%/zfs/sys/freebsd_crypto.h \
|
%D%/zfs/sys/freebsd_crypto.h \
|
||||||
|
%D%/zfs/sys/freebsd_event.h \
|
||||||
%D%/zfs/sys/vdev_os.h \
|
%D%/zfs/sys/vdev_os.h \
|
||||||
%D%/zfs/sys/zfs_bootenv_os.h \
|
%D%/zfs/sys/zfs_bootenv_os.h \
|
||||||
%D%/zfs/sys/zfs_context_os.h \
|
%D%/zfs/sys/zfs_context_os.h \
|
||||||
|
|
Loading…
Reference in New Issue