summaryrefslogtreecommitdiff
path: root/external/gpl3/binutils.old/usr.bin/readelf/Makefile
blob: afb353f69cf227b847369b01543acd05c581f438 (plain)
1
2
3
4
5
6
7
8
#	$NetBSD: Makefile,v 1.8 2022/12/23 17:09:55 christos Exp $

PROG=		readelf

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

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