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