Fix building without ZFS (can't find library)
This commit is contained in:
parent
171191e7f7
commit
95c0784d70
@ -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