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