mirror_zfs/lib/libzpool/include/Makefile.am
Rob Norris 99d7453b43 libzpool: add BE_POSIX_VENDOR for userspace bootenv
This is mostly a placeholder; it's not actually clear if a boot
environment makes any sense for userspace. Still, "posix" is the likely
future name of libzpool as a port, and this define is mandatory, so lets
roll with it for now.

Sponsored-by: https://despairlabs.com/sponsor/
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Rob Norris <robn@despairlabs.com>
Closes #17861
2025-11-12 10:03:07 -08:00

9 lines
218 B
Makefile

libzpool_sysdir = $(includedir)/libzpool/sys
libzpool_sys_HEADERS = \
%D%/sys/abd_os.h \
%D%/sys/abd_impl_os.h \
%D%/sys/trace_zfs.h \
%D%/sys/zfs_bootenv_os.h \
%D%/sys/zfs_context_os.h \
%D%/sys/zfs_debug_os.h