etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / liblldbPluginPlatformKalimba / Makefile
blobb43da6191ef8b1efc91663f80f30bf427cb62ee6
1 # $NetBSD: Makefile,v 1.1 2014/08/10 17:35:08 joerg Exp $
3 LIB= lldbPluginPlatformKalimba
5 .include <bsd.init.mk>
7 .PATH: ${LLDB_SRCDIR}/source/Plugins/Platform/Kalimba
9 SRCS+= PlatformKalimba.cpp
11 .if defined(HOSTLIB)
12 .include <bsd.hostlib.mk>
13 .else
14 .include <bsd.lib.mk>
15 .endif