Drop main() prototype. Syncs with NetBSD-8
[minix.git] / external / bsd / llvm / lib / liblldbPluginABISysV_hexagon / Makefile
blob0ebd4cc790a44f7477dcb3f0ab505a8c3b2f2069
1 # $NetBSD: Makefile,v 1.1 2014/08/10 17:35:07 joerg Exp $
3 LIB= lldbPluginABISysV_hexagon
5 .include <bsd.init.mk>
7 .PATH: ${LLDB_SRCDIR}/source/Plugins/ABI/SysV-hexagon
9 SRCS+= ABISysV_hexagon.cpp
11 .if defined(HOSTLIB)
12 .include <bsd.hostlib.mk>
13 .else
14 .include <bsd.lib.mk>
15 .endif