Drop main() prototype. Syncs with NetBSD-8
[minix.git] / external / bsd / llvm / lib / liblldbPluginUnwindAssemblyInstEmulation / Makefile
blob2da18b557c4caa67d4ee5689a08e1fa6e86ad6fb
1 # $NetBSD: Makefile,v 1.1 2013/09/29 12:12:02 joerg Exp $
3 LIB= lldbPluginUnwindAssemblyInstEmulation
5 .include <bsd.init.mk>
7 .PATH: ${LLDB_SRCDIR}/source/Plugins/UnwindAssembly/InstEmulation
9 SRCS+= UnwindAssemblyInstEmulation.cpp
11 .if defined(HOSTLIB)
12 .include <bsd.hostlib.mk>
13 .else
14 .include <bsd.lib.mk>
15 .endif