mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Include libutil's headers directly from src to avoid recording a dirdeps
dependency for META MODE.
This commit is contained in:
parent
985dfe52e9
commit
e6b0222d60
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,8 @@ LINKS= ${BINDIR}/mpsutil ${BINDIR}/mprutil
|
|||
MLINKS= mpsutil.8 mprutil.8
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../../sys -I. -DUSE_MPT_IOCTLS
|
||||
|
||||
# Avoid dirdep dependency on libutil
|
||||
CFLAGS+= -I${SRCTOP}/lib/libutil
|
||||
|
||||
# Here be dragons
|
||||
.ifdef DEBUG
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ DIRDEPS = \
|
|||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcompiler_rt \
|
||||
lib/libutil \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue