mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-03-11 04:46:18 +03:00
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
9 lines
218 B
Makefile
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
|