summaryrefslogtreecommitdiffstats
path: root/usr.bin/readelf/Makefile
blob: e5d7401d26f0f3bbadfd5f66a635e9daccecaaa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

ELFTCDIR=	${.CURDIR}/../../contrib/elftoolchain
READELFDIR=	${ELFTCDIR}/readelf

.PATH: ${READELFDIR}

PROG=	readelf

LIBADD=	dwarf elftc elf

CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud