summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/lib/liblldbPluginPlatformKalimba/Makefile
blob: b43da6191ef8b1efc91663f80f30bf427cb62ee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile,v 1.1 2014/08/10 17:35:08 joerg Exp $

LIB=	lldbPluginPlatformKalimba

.include <bsd.init.mk>

.PATH: ${LLDB_SRCDIR}/source/Plugins/Platform/Kalimba

SRCS+=	PlatformKalimba.cpp

.if defined(HOSTLIB)
.include <bsd.hostlib.mk>
.else
.include <bsd.lib.mk>
.endif