Module Name:    src
Committed By:   joerg
Date:           Thu Nov 28 14:20:33 UTC 2013

Added Files:
        src/external/bsd/llvm/lib/liblldbPluginSystemRuntimeMacOSX: Makefile

Log Message:
Forgotten file in update to r195771.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
    src/external/bsd/llvm/lib/liblldbPluginSystemRuntimeMacOSX/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/external/bsd/llvm/lib/liblldbPluginSystemRuntimeMacOSX/Makefile
diff -u /dev/null src/external/bsd/llvm/lib/liblldbPluginSystemRuntimeMacOSX/Makefile:1.1
--- /dev/null	Thu Nov 28 14:20:33 2013
+++ src/external/bsd/llvm/lib/liblldbPluginSystemRuntimeMacOSX/Makefile	Thu Nov 28 14:20:33 2013
@@ -0,0 +1,15 @@
+#	$NetBSD: Makefile,v 1.1 2013/11/28 14:20:33 joerg Exp $
+
+LIB=	lldbPluginSystemRuntimeMacOSX
+
+.include <bsd.init.mk>
+
+.PATH: ${LLDB_SRCDIR}/source/Plugins/SystemRuntime/MacOSX
+
+SRCS+=	SystemRuntimeMacOSX.cpp
+
+.if defined(HOSTLIB)
+.include <bsd.hostlib.mk>
+.else
+.include <bsd.lib.mk>
+.endif

Reply via email to