Drop main() prototype. Syncs with NetBSD-8
[minix.git] / external / bsd / llvm / lib / liblldbPluginProcessMachCore / Makefile
bloba658560f151ef25658a8ef7da59be21faf40e388
1 # $NetBSD: Makefile,v 1.2 2013/10/14 01:37:40 joerg Exp $
3 LIB= lldbPluginProcessMachCore
5 .include <bsd.init.mk>
7 .PATH: ${LLDB_SRCDIR}/source/Plugins/Process/mach-core
9 CPPFLAGS.ProcessMachCore.cpp+= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility
11 SRCS+= ProcessMachCore.cpp \
12 ThreadMachCore.cpp
14 .if defined(HOSTLIB)
15 .include <bsd.hostlib.mk>
16 .else
17 .include <bsd.lib.mk>
18 .endif