From 32fc46cd6f22eb2d50433534e80f5508ae0ce3ec Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 19 May 2015 21:59:00 +0000 Subject: [PATCH] Convert to LIBADD --- cddl/usr.bin/ctfconvert/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cddl/usr.bin/ctfconvert/Makefile b/cddl/usr.bin/ctfconvert/Makefile index f50cecb43796..858f136370fd 100644 --- a/cddl/usr.bin/ctfconvert/Makefile +++ b/cddl/usr.bin/ctfconvert/Makefile @@ -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