]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/elftoolchain/cxxfilt/Makefile
Add two missing eventhandler.h headers
[FreeBSD/FreeBSD.git] / contrib / elftoolchain / cxxfilt / Makefile
1 # $Id: Makefile 2066 2011-10-26 15:40:28Z jkoshy $
2
3 TOP=    ..
4
5 PROG=   c++filt
6 SRCS=   cxxfilt.c
7
8 WARNS?= 6
9
10 DPADD=  ${LIBELFTC} ${LIBELF}
11 LDADD=  -lelftc -lelf
12
13 MAN1=   c++filt.1
14
15 .include "${TOP}/mk/elftoolchain.prog.mk"