svn commit: r255175 - head/lib/libexecinfo

Ed Maste emaste at FreeBSD.org
Tue Sep 3 13:31:43 UTC 2013


Author: emaste
Date: Tue Sep  3 13:31:43 2013
New Revision: 255175
URL: http://svnweb.freebsd.org/changeset/base/255175

Log:
  Don't install private libexecinfo headers

Modified:
  head/lib/libexecinfo/Makefile

Modified: head/lib/libexecinfo/Makefile
==============================================================================
--- head/lib/libexecinfo/Makefile	Tue Sep  3 12:08:08 2013	(r255174)
+++ head/lib/libexecinfo/Makefile	Tue Sep  3 13:31:43 2013	(r255175)
@@ -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}


More information about the svn-src-head mailing list