Add <sys/dnv.h> required for libnv to SYSINCS, too, apparently missed

in r336335.
This commit is contained in:
Marius Strobl 2019-06-15 09:45:00 +00:00
parent cfe607d5bf
commit c36f427632
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349054

View File

@ -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.