mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add dependency for -lcompat.
This commit is contained in:
parent
2b3d0249bd
commit
f44ca047d4
2 changed files with 6 additions and 2 deletions
|
|
@ -68,5 +68,7 @@ LDADD+= -L${.CURDIR}/../mmalloc/ -lmmalloc
|
|||
DPADD+= ${.CURDIR}/../mmalloc/libmmalloc.a
|
||||
.endif
|
||||
|
||||
LDADD+= -lcompat
|
||||
LDADD+= -lcompat
|
||||
DPADD+= ${LIBCOMPAT}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
|
|
@ -68,5 +68,7 @@ LDADD+= -L${.CURDIR}/../mmalloc/ -lmmalloc
|
|||
DPADD+= ${.CURDIR}/../mmalloc/libmmalloc.a
|
||||
.endif
|
||||
|
||||
LDADD+= -lcompat
|
||||
LDADD+= -lcompat
|
||||
DPADD+= ${LIBCOMPAT}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue