summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2008-11-18 03:55:55 +0000
committerache <ache@FreeBSD.org>2008-11-18 03:55:55 +0000
commit95c0784d70e1c15b79d2cf53b44d3218452fc200 (patch)
treebb6763179bd7bf71a53bd6209a3e41cf952bf762 /sys/boot
parent171191e7f76bb706e319afb9620dacef56d039e2 (diff)
downloadFreeBSD-src-95c0784d70e1c15b79d2cf53b44d3218452fc200.zip
FreeBSD-src-95c0784d70e1c15b79d2cf53b44d3218452fc200.tar.gz
Fix building without ZFS (can't find library)
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/loader/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile
index 79aceca..f1aa15c 100644
--- a/sys/boot/i386/loader/Makefile
+++ b/sys/boot/i386/loader/Makefile
@@ -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.
OpenPOWER on IntegriCloud