summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2013-09-03 13:31:43 +0000
committeremaste <emaste@FreeBSD.org>2013-09-03 13:31:43 +0000
commit4bfbadb2b362c0c9cb35f9af4c3c4828868d533d (patch)
tree3d4b7a64373dc0398ac77982896a760f95144799 /lib
parentbb22f91e17456594c9e4128dd0e8cd8a2f56569d (diff)
downloadFreeBSD-src-4bfbadb2b362c0c9cb35f9af4c3c4828868d533d.zip
FreeBSD-src-4bfbadb2b362c0c9cb35f9af4c3c4828868d533d.tar.gz
Don't install private libexecinfo headers
Diffstat (limited to 'lib')
-rw-r--r--lib/libexecinfo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libexecinfo/Makefile b/lib/libexecinfo/Makefile
index 009cb0c..81fa82a 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}
OpenPOWER on IntegriCloud