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