xref: /freebsd/contrib/elftoolchain/readelf/Makefile (revision 98e0ffaefb0f241cda3a72395d3be04192ae0d47)
1*2c23cb7cSEd Maste# $Id: Makefile 2076 2011-10-27 03:50:33Z jkoshy $
2*2c23cb7cSEd Maste
3*2c23cb7cSEd MasteTOP=	..
4*2c23cb7cSEd Maste
5*2c23cb7cSEd MastePROG=	readelf
6*2c23cb7cSEd MasteSRCS=	readelf.c
7*2c23cb7cSEd Maste
8*2c23cb7cSEd MasteWARNS?=	6
9*2c23cb7cSEd Maste
10*2c23cb7cSEd MasteDPADD=	${LIBDWARF} ${LIBELF}
11*2c23cb7cSEd MasteLDADD=	-ldwarf -lelftc -lelf
12*2c23cb7cSEd Maste
13*2c23cb7cSEd MasteMAN1=	readelf.1
14*2c23cb7cSEd Maste
15*2c23cb7cSEd Maste.include "${TOP}/mk/elftoolchain.prog.mk"
16