etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / liblldbPluginPlatformWindows / Makefile
blob73130c300b4a0f504c48effa3b9c54b832603504
1 # $NetBSD: Makefile,v 1.1 2013/10/20 14:53:23 joerg Exp $
3 LIB= lldbPluginPlatformWindows
5 .include <bsd.init.mk>
7 .PATH: ${LLDB_SRCDIR}/source/Plugins/Platform/Windows
9 SRCS+= PlatformWindows.cpp
11 .if defined(HOSTLIB)
12 .include <bsd.hostlib.mk>
13 .else
14 .include <bsd.lib.mk>
15 .endif