xref: /freebsd/contrib/elftoolchain/strings/Makefile (revision 98e0ffaefb0f241cda3a72395d3be04192ae0d47)
1*a85fe12eSEd Maste# $Id: Makefile 2044 2011-10-23 14:52:59Z jkoshy $
2*a85fe12eSEd Maste
3*a85fe12eSEd MasteTOP=	..
4*a85fe12eSEd Maste
5*a85fe12eSEd MastePROG=   strings
6*a85fe12eSEd MasteWARNS?= 6
7*a85fe12eSEd MasteDPADD=	${LIBELFTC} ${LIBELF}
8*a85fe12eSEd MasteLDADD=  -lelftc -lelf
9*a85fe12eSEd Maste
10*a85fe12eSEd Maste.include "${TOP}/mk/elftoolchain.prog.mk"
11*a85fe12eSEd Maste
12