Don't install private libexecinfo headers

This commit is contained in:
Ed Maste 2013-09-03 13:31:43 +00:00
parent 85fc469c94
commit a06021b0f5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255175

View File

@ -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}