aboutsummaryrefslogtreecommitdiff
path: root/cddl/usr.bin/ctfmerge/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cddl/usr.bin/ctfmerge/Makefile')
-rw-r--r--cddl/usr.bin/ctfmerge/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/cddl/usr.bin/ctfmerge/Makefile b/cddl/usr.bin/ctfmerge/Makefile
index ba4840e672f1..86e8a0df78c1 100644
--- a/cddl/usr.bin/ctfmerge/Makefile
+++ b/cddl/usr.bin/ctfmerge/Makefile
@@ -33,7 +33,6 @@ CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris \
-I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/cvt \
-I${OPENSOLARIS_SYS_DISTDIR}/uts/common
-DPADD= ${LIBCTF} ${LIBDWARF} ${LIBELF} ${LIBZ} ${LIBPTHREAD}
-LDADD= -lctf -ldwarf -lelf -lz -lpthread
+LIBADD= elf z pthread
.include <bsd.prog.mk>