summaryrefslogtreecommitdiff
path: root/lib/libexecinfo
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2013-09-03 13:31:43 +0000
committerEd Maste <emaste@FreeBSD.org>2013-09-03 13:31:43 +0000
commita06021b0f570539a85316f7223f0e4a8566bbb11 (patch)
tree3d4b7a64373dc0398ac77982896a760f95144799 /lib/libexecinfo
parent85fc469c94dff93f0d766a78a9f19db7ad3af5f1 (diff)
downloadsrc-test2-a06021b0f570539a85316f7223f0e4a8566bbb11.tar.gz
src-test2-a06021b0f570539a85316f7223f0e4a8566bbb11.zip
Notes
Diffstat (limited to 'lib/libexecinfo')
-rw-r--r--lib/libexecinfo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libexecinfo/Makefile b/lib/libexecinfo/Makefile
index 009cb0c3b8ef..81fa82a44a59 100644
--- a/lib/libexecinfo/Makefile
+++ b/lib/libexecinfo/Makefile
@@ -7,7 +7,7 @@ SHLIB_MAJOR= 1
.PATH: ${LIBEXECINFO}
-INCS= execinfo.h symtab.h unwind.h
+INCS= execinfo.h
SRCS= backtrace.c symtab.c unwind.c
DPADD= ${LIBELF}