mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 00:27:08 -04:00
Convert to LIBADD
This commit is contained in:
parent
dc4eeb59c7
commit
32fc46cd6f
1 changed files with 1 additions and 2 deletions
|
|
@ -36,7 +36,6 @@ CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris \
|
|||
-I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/cvt \
|
||||
-I${OPENSOLARIS_SYS_DISTDIR}/uts/common
|
||||
|
||||
DPADD= ${LIBDWARF} ${LIBELF} ${LIBZ} ${LIBPTHREAD}
|
||||
LDADD= -ldwarf -lelf -lz -lpthread
|
||||
LIBADD= dwarf elf z pthread
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue