mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Add dependency for -lcompat.
This commit is contained in:
parent
2b3d0249bd
commit
f44ca047d4
@ -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 New Issue
Block a user