]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/strings/Makefile
Add UPDATING entries and bump version.
[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>