]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/nm/Makefile
sys/{x86,amd64}: remove one of doubled ;s
[FreeBSD/FreeBSD.git] / usr.bin / nm / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 ELFTCDIR=       ${SRCTOP}/contrib/elftoolchain
6 NMDIR=          ${ELFTCDIR}/nm
7
8 .PATH: ${NMDIR}
9
10 PROG=   nm
11
12 LIBADD= dwarf elftc elf
13
14 CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
15
16 .include <bsd.prog.mk>