]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/strings/Makefile
Copy googletest 1.8.1 from ^/vendor/google/googletest/1.8.1 to .../contrib/googletest
[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 CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
14
15 .include <bsd.prog.mk>