mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't clobber the default for CFLAGS.
Reviewed by: dfr
This commit is contained in:
parent
81a3cb97a5
commit
573e0948ea
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue