summaryrefslogtreecommitdiffstats
path: root/usr.bin/clang/macho-dump/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/clang/macho-dump/Makefile')
-rw-r--r--usr.bin/clang/macho-dump/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.bin/clang/macho-dump/Makefile b/usr.bin/clang/macho-dump/Makefile
new file mode 100644
index 0000000..cb170d6
--- /dev/null
+++ b/usr.bin/clang/macho-dump/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+PROG_CXX=macho-dump
+NO_MAN=
+
+SRCDIR= tools/macho-dump
+SRCS= macho-dump.cpp
+
+LIBDEPS=llvmobject \
+ llvmsupport
+
+.include "../clang.prog.mk"
OpenPOWER on IntegriCloud