diff options
Diffstat (limited to 'external/bsd/llvm/lib/liblldbPluginProcessNetBSD')
| -rw-r--r-- | external/bsd/llvm/lib/liblldbPluginProcessNetBSD/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/external/bsd/llvm/lib/liblldbPluginProcessNetBSD/Makefile b/external/bsd/llvm/lib/liblldbPluginProcessNetBSD/Makefile new file mode 100644 index 00000000000..5a20dd7d940 --- /dev/null +++ b/external/bsd/llvm/lib/liblldbPluginProcessNetBSD/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2013/09/29 12:12:02 joerg Exp $ + +LIB= lldbPluginProcessNetBSD + +.include <bsd.init.mk> + +.PATH: ${LLDB_SRCDIR}/source/Plugins/Process/FreeBSD + +SRCS+= ProcessFreeBSD.cpp \ + ProcessMonitor.cpp + +.if defined(HOSTLIB) +.include <bsd.hostlib.mk> +.else +.include <bsd.lib.mk> +.endif |
