aboutsummaryrefslogtreecommitdiff
path: root/stand
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-12-05 21:37:55 +0000
committerWarner Losh <imp@FreeBSD.org>2017-12-05 21:37:55 +0000
commit92a2b8900e886e3fdf131e21483e4f489402c430 (patch)
tree2492ae1a6d0e9db9881073d96df1d77fe3a6bb67 /stand
parentb3e16b02b600d2cb4e1a12028c10c7af43ed8449 (diff)
downloadsrc-92a2b8900e886e3fdf131e21483e4f489402c430.tar.gz
src-92a2b8900e886e3fdf131e21483e4f489402c430.zip
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
Notes
Notes: svn path=/head/; revision=326588
Diffstat (limited to 'stand')
-rw-r--r--stand/i386/gptzfsboot/Makefile1
-rw-r--r--stand/i386/zfsboot/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/stand/i386/gptzfsboot/Makefile b/stand/i386/gptzfsboot/Makefile
index d4e06ecfa36d..c460e7ffec60 100644
--- a/stand/i386/gptzfsboot/Makefile
+++ b/stand/i386/gptzfsboot/Makefile
@@ -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 \
diff --git a/stand/i386/zfsboot/Makefile b/stand/i386/zfsboot/Makefile
index 27296531e445..bd7341725580 100644
--- a/stand/i386/zfsboot/Makefile
+++ b/stand/i386/zfsboot/Makefile
@@ -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 \