]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/strings/Makefile
amd64: use register macros for gdb_cpu_getreg()
[FreeBSD/FreeBSD.git] / usr.bin / strings / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 ELFTCDIR=       ${SRCTOP}/contrib/elftoolchain
6
7 .PATH: ${ELFTCDIR}/strings
8
9 PROG=   strings
10
11 LIBADD= elftc elf
12
13 .if ${MK_CASPER} != "no" && !defined(BOOTSTRAPPING) && !defined(NXB_TARGET)
14 LIBADD+=        casper
15 LIBADD+=        cap_fileargs
16 CFLAGS+=        -DWITH_CASPER
17 .endif
18
19 CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
20
21 .include <bsd.prog.mk>