summaryrefslogtreecommitdiff
path: root/lib/libexecinfo
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2014-03-09 21:37:37 +0000
committerchristos <christos@NetBSD.org>2014-03-09 21:37:37 +0000
commit716e68563d94442fd5c4be7cfe0f002a7c0108ea (patch)
tree0ae8cd997d71e7c2b253f349951d41b37d4f0617 /lib/libexecinfo
parentd90f79387515d3fe9c05905304dfa09c38551dcb (diff)
another libelf instance
Diffstat (limited to 'lib/libexecinfo')
-rw-r--r--lib/libexecinfo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libexecinfo/Makefile b/lib/libexecinfo/Makefile
index 8e18d196ce1..45122741785 100644
--- a/lib/libexecinfo/Makefile
+++ b/lib/libexecinfo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/04/30 01:41:01 matt Exp $
+# $NetBSD: Makefile,v 1.5 2014/03/09 21:37:37 christos Exp $
.include <bsd.own.mk>
@@ -12,7 +12,7 @@ INCS=execinfo.h
#CPPFLAGS+=-I/usr/include/libelf
#COPTS+=-std=gnu99
-LIBDPLIBS+= elf ${NETBSDSRCDIR}/external/bsd/libelf/lib
+LIBDPLIBS+= elf ${NETBSDSRCDIR}/external/bsd/elftoolchain/lib/libelf
LIB=execinfo
SRCS=symtab.c backtrace.c