1 1.10 christos # $NetBSD: Makefile,v 1.10 2025/08/24 17:57:31 christos Exp $ 2 1.1 christos 3 1.1 christos PROG= readelf 4 1.1 christos 5 1.8 christos PROGDPLIBS+= gnuctf ${TOP}/${BFDSUBDIR}/libgnuctf 6 1.8 christos PROGDPLIBS+= bfd ${TOP}/${BFDSUBDIR}/libbfd 7 1.10 christos PROGDPLIBS+= sframe ${TOP}/${BFDSUBDIR}/libsframe 8 1.8 christos 9 1.1 christos .include "${.CURDIR}/../common/Makefile.prog" 10