summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/clang/libLLVMBinaryFormat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/clang/libLLVMBinaryFormat/Makefile')
-rw-r--r--gnu/usr.bin/clang/libLLVMBinaryFormat/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/usr.bin/clang/libLLVMBinaryFormat/Makefile b/gnu/usr.bin/clang/libLLVMBinaryFormat/Makefile
new file mode 100644
index 00000000000..4949b91ac76
--- /dev/null
+++ b/gnu/usr.bin/clang/libLLVMBinaryFormat/Makefile
@@ -0,0 +1,18 @@
+# $OpenBSD: Makefile,v 1.1 2017/10/04 20:57:09 patrick Exp $
+
+LIB= LLVMBinaryFormat
+NOPIC=
+NOPROFILE=
+
+CPPFLAGS+= -I${LLVM_SRCS}/include/llvm/BinaryFormat
+
+.include <bsd.own.mk>
+SRCS= Dwarf.cpp \
+ Magic.cpp
+
+.PATH: ${.CURDIR}/../../../llvm/lib/BinaryFormat
+
+install:
+ @# Nothing here so far ...
+
+.include <bsd.lib.mk>