xref: /freebsd/usr.bin/elfctl/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1*79bfb05bSEd MasteELFTCDIR=	${SRCTOP}/contrib/elftoolchain
2*79bfb05bSEd Maste
3*79bfb05bSEd MastePROG=	elfctl
4*79bfb05bSEd Maste
5*79bfb05bSEd MasteLIBADD=	elftc elf
6*79bfb05bSEd Maste
7*79bfb05bSEd MasteCFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
8*79bfb05bSEd Maste
9*79bfb05bSEd Maste.include <bsd.prog.mk>
10