mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Explicitly inlcude SYSDIR in the include path -- need machine path too?
This commit is contained in:
parent
a7fa2fb669
commit
e4e7fb2337
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ LIB?= sa
|
|||
NO_PIC=
|
||||
WARNS?= 0
|
||||
|
||||
CFLAGS+= -I${SASRC}
|
||||
CFLAGS+= -I${SASRC} -I${SYSDIR}
|
||||
|
||||
# standalone components and stuff we have modified locally
|
||||
SRCS+= gzguts.h zutil.h __main.c assert.c bcd.c environment.c getopt.c gets.c \
|
||||
|
|
|
|||
Loading…
Reference in a new issue