summaryrefslogtreecommitdiff
path: root/findtextrel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'findtextrel/Makefile')
-rw-r--r--findtextrel/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/findtextrel/Makefile b/findtextrel/Makefile
new file mode 100644
index 0000000000000..4c316eb0b42a7
--- /dev/null
+++ b/findtextrel/Makefile
@@ -0,0 +1,15 @@
+# $Id: Makefile 2069 2011-10-26 15:53:48Z jkoshy $
+
+TOP= ..
+
+PROG= findtextrel
+SRCS= findtextrel.c
+
+WARNS?= 6
+
+DPADD= ${LIBELFTC} ${LIBDWARF} ${LIBELF}
+LDADD= -lelftc -ldwarf -lelf
+
+MAN1= findtextrel.1
+
+.include "${TOP}/mk/elftoolchain.prog.mk"