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} _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"