aboutsummaryrefslogtreecommitdiff
path: root/tools/build/Makefile
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2019-06-15 09:45:00 +0000
committerMarius Strobl <marius@FreeBSD.org>2019-06-15 09:45:00 +0000
commitc36f4276329b0b7777cae9301f729c2471dfaf84 (patch)
tree1f567eb781f6dbfdeac16245a8fa0e46d154dcf6 /tools/build/Makefile
parentcfe607d5bf07971741f27c8dd779b635dcb86688 (diff)
downloadsrc-c36f4276329b0b7777cae9301f729c2471dfaf84.tar.gz
src-c36f4276329b0b7777cae9301f729c2471dfaf84.zip
Add <sys/dnv.h> required for libnv to SYSINCS, too, apparently missed
in r336335.
Notes
Notes: svn path=/head/; revision=349054
Diffstat (limited to 'tools/build/Makefile')
-rw-r--r--tools/build/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/build/Makefile b/tools/build/Makefile
index 8e08809eac95..e1ff4f9c8f07 100644
--- a/tools/build/Makefile
+++ b/tools/build/Makefile
@@ -70,7 +70,8 @@ SUBDIR= cross-build
.endif
# Needed to build config (since it uses libnv)
-SYSINCS+= ${SRCTOP}/sys/sys/nv.h ${SRCTOP}/sys/sys/cnv.h
+SYSINCS+= ${SRCTOP}/sys/sys/nv.h ${SRCTOP}/sys/sys/cnv.h \
+ ${SRCTOP}/sys/sys/dnv.h
# We want to run the build with only ${WORLDTMP} in $PATH to ensure we don't
# accidentally run tools that are incompatible but happen to be in $PATH.