Convert to LIBADD

Remove dependency on pthread, it is not needed
This commit is contained in:
Baptiste Daroussin 2015-05-19 21:57:11 +00:00
parent 25b2c4df89
commit dc4eeb59c7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283129

View File

@ -17,7 +17,6 @@ CFLAGS+= -I${OPENSOLARIS_USR_DISTDIR} \
-I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common \
-I${OPENSOLARIS_SYS_DISTDIR}/uts/common
DPADD= ${LIBPTHREAD} ${LIBELF} ${LIBZ}
LDADD= -lpthread -lelf -lz
LIBADD= elf z
.include <bsd.prog.mk>