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