aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/strings
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2014-12-01 17:49:42 +0000
committerEd Maste <emaste@FreeBSD.org>2014-12-01 17:49:42 +0000
commit31942939034ecc9586d0e44f1c9ce30d0816dca9 (patch)
treeb5191de270f7e85906a95d316dda5b037968fa58 /usr.bin/strings
parent6afb32fc67fa07a0cae683ef3fffe318e1e983df (diff)
Notes
Diffstat (limited to 'usr.bin/strings')
-rw-r--r--usr.bin/strings/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.bin/strings/Makefile b/usr.bin/strings/Makefile
new file mode 100644
index 0000000000000..8543dcf435fe2
--- /dev/null
+++ b/usr.bin/strings/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+.include <src.opts.mk>
+
+ELFTCDIR= ${.CURDIR}/../../contrib/elftoolchain
+
+.PATH: ${ELFTCDIR}/strings
+
+PROG= strings
+
+LIBADD= elftc elf
+
+CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
+
+.include <bsd.prog.mk>