aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi/libefi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/efi/libefi/Makefile')
-rw-r--r--sys/boot/efi/libefi/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/boot/efi/libefi/Makefile b/sys/boot/efi/libefi/Makefile
index 8deac5243ac0..99fe2bde2f98 100644
--- a/sys/boot/efi/libefi/Makefile
+++ b/sys/boot/efi/libefi/Makefile
@@ -38,9 +38,7 @@ CFLAGS+= -I${SYSDIR}
CFLAGS+= -I${EFIINC}
CFLAGS+= -I${EFIINCMD}
.if ${MK_ZFS} != "no"
-CFLAGS+= -I${BOOTSRC}/zfs
-CFLAGS+= -I${SYSDIR}/cddl/boot/zfs
-CFLAGS+= -I${SYSDIR}/crypto/skein
+CFLAGS+= -I${ZFSSRC}
CFLAGS+= -DEFI_ZFS_BOOT
.endif