summaryrefslogtreecommitdiffstats
path: root/contrib/elftoolchain/readelf/Makefile
blob: 09c8650cda6a075b51e5bea2243f1b7b06aa15e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Id: Makefile 2076 2011-10-27 03:50:33Z jkoshy $

TOP=	..

PROG=	readelf
SRCS=	readelf.c

WARNS?=	6

DPADD=	${LIBDWARF} ${LIBELF}
LDADD=	-ldwarf -lelftc -lelf

MAN1=	readelf.1

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