Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2015 21:59:01 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r283130 - head/cddl/usr.bin/ctfconvert
Message-ID:  <201505192159.t4JLx1Ub010463@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue May 19 21:59:00 2015
New Revision: 283130
URL: https://svnweb.freebsd.org/changeset/base/283130

Log:
  Convert to LIBADD

Modified:
  head/cddl/usr.bin/ctfconvert/Makefile

Modified: head/cddl/usr.bin/ctfconvert/Makefile
==============================================================================
--- head/cddl/usr.bin/ctfconvert/Makefile	Tue May 19 21:57:11 2015	(r283129)
+++ head/cddl/usr.bin/ctfconvert/Makefile	Tue May 19 21:59:00 2015	(r283130)
@@ -36,7 +36,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=		dwarf elf z pthread
 
 .include <bsd.prog.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505192159.t4JLx1Ub010463>