minix/external/bsd/llvm/lib/liblldbPluginProcessNetBSD/Makefile

17 lines
298 B
Makefile
Raw Normal View History

# $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