131942939SEd Maste# $FreeBSD$ 231942939SEd Maste 331942939SEd Maste.include <src.opts.mk> 431942939SEd Maste 5*2821bdccSEd MasteELFTCDIR= ${SRCTOP}/contrib/elftoolchain 631942939SEd Maste 731942939SEd Maste.PATH: ${ELFTCDIR}/strings 831942939SEd Maste 931942939SEd MastePROG= strings 1031942939SEd Maste 1131942939SEd MasteLIBADD= elftc elf 1231942939SEd Maste 1331942939SEd MasteCFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common 1431942939SEd Maste 1531942939SEd Maste.include <bsd.prog.mk> 16