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

/usr/include.

Discussed with:	 kib
This commit is contained in:
pho 2010-10-08 10:27:52 +00:00
parent 14ef35cd73
commit b4c4094b6c

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 \