Don't clobber the default for CFLAGS.

Reviewed by:		dfr
This commit is contained in:
Bruce Evans 2001-08-31 11:01:20 +00:00
parent 81a3cb97a5
commit 573e0948ea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82645
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ INTERNALLIB= true
# XXX hack to pick up stand.h
LIBSTANDDIR= ${.CURDIR}/../../../../lib/libstand
CFLAGS= -I${LIBSTANDDIR}
CFLAGS+= -I${LIBSTANDDIR}
CFLAGS+= -DDEBUG
# Pick up the bootstrap header for some interface items

View File

@ -8,7 +8,7 @@ INTERNALLIB= true
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}
# XXX hack to pick up stand.h
LIBSTANDDIR= ${.CURDIR}/../../../../lib/libstand
CFLAGS= -I${LIBSTANDDIR}
CFLAGS+= -I${LIBSTANDDIR}
CFLAGS+= -DDEBUG
# Pick up the bootstrap header for some interface items