]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/nm/Makefile
Switch direct rt fields access in rtsock.c to newly-create field acessors.
[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 .if ${MK_CASPER} != "no" && !defined(BOOTSTRAPPING) && !defined(NXB_TARGET)
15 LIBADD+=        casper
16 LIBADD+=        cap_fileargs
17 CFLAGS+=        -DWITH_CASPER
18 .endif
19
20 CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
21
22 .include <bsd.prog.mk>