xref: /netbsd-src/external/gpl3/binutils/usr.bin/readelf/Makefile (revision dd7241df2fae9da4ea2bd20a68f001fa86ecf909)
1#	$NetBSD: Makefile,v 1.6 2024/06/30 16:10:22 christos Exp $
2
3PROG=		readelf
4
5PROGDPLIBS+=	gnuctf 	${TOP}/${BFDSUBDIR}/libgnuctf
6PROGDPLIBS+=	bfd 	${TOP}/${BFDSUBDIR}/libbfd
7PROGDPLIBS+=	sframe 	${TOP}/${BFDSUBDIR}/libsframe
8
9.include "${.CURDIR}/../common/Makefile.prog"
10