]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/strings/Makefile
Import libcxxrt master 00bc29eb6513624824a6d7db2ebc768a4216a604.
[FreeBSD/FreeBSD.git] / usr.bin / strings / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 ELFTCDIR=       ${.CURDIR}/../../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>