Page MenuHomeFreeBSD

D38009.diff
No OneTemporary

D38009.diff

diff --git a/stand/kboot/Makefile b/stand/kboot/Makefile
--- a/stand/kboot/Makefile
+++ b/stand/kboot/Makefile
@@ -5,6 +5,7 @@
LOADER_MSDOS_SUPPORT?= no
LOADER_EXT2FS_SUPPORT?= yes
LOADER_UFS_SUPPORT?= yes
+LOADER_ZFS_SUPPORT?= yes
LOADER_NET_SUPPORT?= no
LOADER_NFS_SUPPORT?= no
LOADER_TFTP_SUPPORT?= no
@@ -34,6 +35,12 @@
vers.c
CFLAGS.gfx_fb_stub.c += -I${SRCTOP}/contrib/pnglite -I${SRCTOP}/sys/teken
+.if ${MK_LOADER_ZFS} != "no"
+CFLAGS+= -I${ZFSSRC}
+CFLAGS+= -I${SYSDIR}/contrib/openzfs/include
+CFLAGS+= -I${SYSDIR}/contrib/openzfs/include/os/freebsd/zfs
+HAVE_ZFS=yes
+.endif
.include "${BOOTSRC}/fdt.mk"

File Metadata

Mime Type
text/plain
Expires
Tue, Dec 3, 2:55 AM (21 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14999367
Default Alt Text
D38009.diff (647 B)

Event Timeline