]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/cxxfilt/Makefile
Add two missing eventhandler.h headers
[FreeBSD/FreeBSD.git] / usr.bin / cxxfilt / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 ELFTCDIR=       ${SRCTOP}/contrib/elftoolchain
6 SRCDIR=         ${ELFTCDIR}/cxxfilt
7
8 .PATH: ${SRCDIR}
9
10 PROG=   c++filt
11 SRCS=   cxxfilt.c
12
13 LIBADD= elftc
14
15 CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
16
17 .include <bsd.prog.mk>