aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/liblldbPluginDisassemblerLLVM/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/liblldbPluginDisassemblerLLVM/Makefile')
-rw-r--r--lib/clang/liblldbPluginDisassemblerLLVM/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/clang/liblldbPluginDisassemblerLLVM/Makefile b/lib/clang/liblldbPluginDisassemblerLLVM/Makefile
deleted file mode 100644
index 0b00ac57c215c..0000000000000
--- a/lib/clang/liblldbPluginDisassemblerLLVM/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# $FreeBSD$
-
-.include <bsd.own.mk>
-
-LIB= lldbPluginDisassemblerLLVM
-
-SRCDIR= tools/lldb/source/Plugins/Disassembler/llvm
-SRCS= DisassemblerLLVMC.cpp
-
-TGHDRS= DiagnosticCommonKinds \
- DeclNodes \
- StmtNodes \
- CommentCommandList
-
-.include "../lldb.lib.mk"