mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-03-11 04:46:18 +03:00
Sponsored-by: https://despairlabs.com/sponsor/ Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Signed-off-by: Rob Norris <robn@despairlabs.com> Closes #18077
10 lines
254 B
Makefile
10 lines
254 B
Makefile
# SPDX-License-Identifier: CDDL-1.0
|
|
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
|