1*24320828SEd Maste# $FreeBSD$ 2*24320828SEd Maste 3*24320828SEd MasteELFTCDIR= ${.CURDIR}/../../contrib/elftoolchain 4*24320828SEd MasteREADELFDIR= ${ELFTCDIR}/readelf 5*24320828SEd Maste 6*24320828SEd Maste.PATH: ${READELFDIR} 7*24320828SEd Maste 8*24320828SEd MastePROG= readelf 9*24320828SEd Maste 10*24320828SEd MasteLIBADD= dwarf elftc elf 11*24320828SEd Maste 12*24320828SEd MasteCFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common 13*24320828SEd Maste 14*24320828SEd Maste.include <bsd.prog.mk> 15