summaryrefslogtreecommitdiff
path: root/external/gpl3/binutils/usr.bin/readelf/Makefile
blob: 8ef67245c28cd92a41a66875c35d118387de882c (plain)
1
2
3
4
5
6
7
8
#	$NetBSD: Makefile,v 1.5 2020/04/04 01:34:30 christos Exp $

PROG=		readelf

PROGDPLIBS+=	gnuctf 	${TOP}/${BFDSUBDIR}/libgnuctf
PROGDPLIBS+=	bfd 	${TOP}/${BFDSUBDIR}/libbfd

.include "${.CURDIR}/../common/Makefile.prog"