xref: /freebsd/contrib/elftoolchain/brandelf/Makefile (revision f94594b37a145b9b3e9ff31af2cd1dc3de8aa4d4)
1*d8000daaSEd Maste# $Id: Makefile 2066 2011-10-26 15:40:28Z jkoshy $
2*d8000daaSEd Maste
3*d8000daaSEd MasteTOP=	..
4*d8000daaSEd Maste
5*d8000daaSEd MastePROG=	brandelf
6*d8000daaSEd MasteWARNS?=	6
7*d8000daaSEd MasteLDADD=	-lelftc -lelf
8*d8000daaSEd Maste
9*d8000daaSEd Maste.include "${TOP}/mk/elftoolchain.prog.mk"
10