summaryrefslogtreecommitdiffstats
path: root/contrib/elftoolchain/cxxfilt/Makefile
blob: ca50f91face8a7ac5cf85b1fde7ef9d5363c0a29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Id: Makefile 2066 2011-10-26 15:40:28Z jkoshy $

TOP=	..

PROG=	c++filt
SRCS=	cxxfilt.c

WARNS?=	6

DPADD=	${LIBELFTC} ${LIBELF}
LDADD=	-lelftc -lelf

MAN1=	c++filt.1

.include "${TOP}/mk/elftoolchain.prog.mk"
OpenPOWER on IntegriCloud