Fix building without ZFS (can't find library)

This commit is contained in:
Andrey A. Chernov 2008-11-18 03:55:55 +00:00
parent 567bc443e8
commit caab1f000c

View File

@ -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.