summaryrefslogtreecommitdiffstats
path: root/usr.bin/strings/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/strings/Makefile')
-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 0000000..8543dcf
--- /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>
OpenPOWER on IntegriCloud