Need to include skein in the include path so we don't get this from

the "system" headers (though in buildworld, it's from the recently
built sysroot).

Sponsored by: Netflix
This commit is contained in:
Warner Losh 2017-12-05 21:37:55 +00:00
parent b3e16b02b6
commit 92a2b8900e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326588
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ CFLAGS+=-DBOOTPROG=\"gptzfsboot\" \
-I${LDRSRC} \
-I${BOOTSRC}/i386/common \
-I${ZFSSRC} \
-I${SYSDIR}/crypto/skein \
-I${SYSDIR}/cddl/boot/zfs \
-I${BOOTSRC}/i386/btx/lib \
-I${BOOTSRC}/i386/boot2 \

View File

@ -29,6 +29,7 @@ CFLAGS+=-DBOOTPROG=\"zfsboot\" \
-I${BOOTSRC}/i386/common \
-I${BOOTSRC}/i386 \
-I${ZFSSRC} \
-I${SYSDIR}/crypto/skein \
-I${SYSDIR}/cddl/boot/zfs \
-I${BTXLIB} \
-I${BOOTSRC}/i386/boot2 \