Fix building without ZFS (can't find library)
This commit is contained in:
parent
567bc443e8
commit
caab1f000c
@ -21,6 +21,8 @@ LIBFIREWIRE= ${.OBJDIR}/../libfirewire/libfirewire.a
|
||||
.if defined(LOADER_ZFS_SUPPORT)
|
||||
CFLAGS+= -DLOADER_ZFS_SUPPORT
|
||||
LIBZFS= ${.OBJDIR}/../../zfs/libzfsboot.a
|
||||
.else
|
||||
LIBZFS=
|
||||
.endif
|
||||
|
||||
# Enable PXE TFTP or NFS support, not both.
|
||||
|
Loading…
Reference in New Issue
Block a user