summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/lib/liblldbPluginObjectFileMachO
diff options
context:
space:
mode:
Diffstat (limited to 'external/bsd/llvm/lib/liblldbPluginObjectFileMachO')
-rw-r--r--external/bsd/llvm/lib/liblldbPluginObjectFileMachO/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/external/bsd/llvm/lib/liblldbPluginObjectFileMachO/Makefile b/external/bsd/llvm/lib/liblldbPluginObjectFileMachO/Makefile
deleted file mode 100644
index 0a77672bf7e..00000000000
--- a/external/bsd/llvm/lib/liblldbPluginObjectFileMachO/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2013/09/29 12:12:01 joerg Exp $
-
-LIB= lldbPluginObjectFileMachO
-
-.include <bsd.init.mk>
-
-.PATH: ${LLDB_SRCDIR}/source/Plugins/ObjectFile/Mach-O
-
-SRCS+= ObjectFileMachO.cpp
-
-.if defined(HOSTLIB)
-.include <bsd.hostlib.mk>
-.else
-.include <bsd.lib.mk>
-.endif