mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-26 12:12:13 +03:00
FreeBSD: zfs commands backward compatibility
Update the zfs commands such that they're backwards compatible with the version of ZFS is the base FreeBSD. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Signed-off-by: Matt Macy <mmacy@FreeBSD.org> Closes #10542
This commit is contained in:
@@ -23,10 +23,16 @@ USER_C += \
|
||||
endif
|
||||
|
||||
if BUILD_FREEBSD
|
||||
DEFAULT_INCLUDES += -I$(top_srcdir)/include/os/freebsd/zfs
|
||||
|
||||
USER_C += \
|
||||
os/freebsd/zutil_device_path_os.c \
|
||||
os/freebsd/zutil_import_os.c \
|
||||
os/freebsd/zutil_compat.c
|
||||
|
||||
VPATH += $(top_srcdir)/module/os/freebsd/zfs
|
||||
|
||||
nodist_libzutil_la_SOURCES = zfs_ioctl_compat.c
|
||||
endif
|
||||
|
||||
libzutil_la_SOURCES = $(USER_C)
|
||||
|
||||
Reference in New Issue
Block a user