Ensure that a make from sys/boot does not pick up include files from

/usr/include.

Discussed with:	 kib
This commit is contained in:
Peter Holm 2010-10-08 10:27:52 +00:00
parent 7bf1ea9644
commit 105e26e213
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213568

View file

@ -36,6 +36,7 @@ CFLAGS= -DBOOTPROG=\"gptboot\" \
-I${.CURDIR}/../common \
-I${.CURDIR}/../btx/lib -I. \
-I${.CURDIR}/../boot2 \
-I${.CURDIR}/../../.. \
-Wall -Waggregate-return -Wbad-function-cast -Wcast-align \
-Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
-Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings \