xref: /freebsd/contrib/elftoolchain/elfdump/Makefile (revision f94594b37a145b9b3e9ff31af2cd1dc3de8aa4d4)
1*3fe401a5SEd Maste# $Id: Makefile 2289 2011-12-04 07:11:47Z jkoshy $
2*3fe401a5SEd Maste
3*3fe401a5SEd MasteTOP=	..
4*3fe401a5SEd Maste
5*3fe401a5SEd MastePROG=	elfdump
6*3fe401a5SEd MasteWARNS?=	6
7*3fe401a5SEd Maste
8*3fe401a5SEd MasteDPADD=	${LIBELFTC} ${LIBELF}
9*3fe401a5SEd MasteLDADD=	-lelftc -lelf
10*3fe401a5SEd Maste
11*3fe401a5SEd Maste.include "${TOP}/mk/elftoolchain.prog.mk"
12