Author: bapt
Date: Thu Apr 9 21:08:21 2015
New Revision: 281327
URL: https://svnweb.freebsd.org/changeset/base/281327
Log:
Convert cftmerge to LIBADD and remove link on libdwarf which is not needed
Modified:
head/cddl/usr.bin/ctfmerge/Makefile
Modified: head/cddl/usr.bin/ctfmerge/Makefile
==============================================================================
--- head/cddl/usr.bin/ctfmerge/Makefile Thu Apr 9 21:06:51 2015
(r281326)
+++ head/cddl/usr.bin/ctfmerge/Makefile Thu Apr 9 21:08:21 2015
(r281327)
@@ -33,7 +33,6 @@ CFLAGS+= -I${.CURDIR}/../../../sys/cddl/
-I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/cvt \
-I${OPENSOLARIS_SYS_DISTDIR}/uts/common
-DPADD= ${LIBDWARF} ${LIBELF} ${LIBZ} ${LIBPTHREAD}
-LDADD= -ldwarf -lelf -lz -lpthread
+LIBADD= elf z pthread
.include <bsd.prog.mk>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"