etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / liblldbPluginPlatformLinux / Makefile
blob9cd036bfa9371d8abc41954d6e04c363811441d2
1 # $NetBSD: Makefile,v 1.1 2013/09/29 12:12:01 joerg Exp $
3 LIB= lldbPluginPlatformLinux
5 .include <bsd.init.mk>
7 .PATH: ${LLDB_SRCDIR}/source/Plugins/Platform/Linux
9 SRCS+= PlatformLinux.cpp
11 .if defined(HOSTLIB)
12 .include <bsd.hostlib.mk>
13 .else
14 .include <bsd.lib.mk>
15 .endif