Drop main() prototype. Syncs with NetBSD-8
[minix.git] / external / bsd / llvm / lib / libclangToolingCore / Makefile
blob00eab2412e31652f295e5dcf386884764e63f57a
1 # $NetBSD: Makefile,v 1.1 2015/01/29 20:41:37 joerg Exp $
3 LIB= clangToolingCore
5 .include <bsd.init.mk>
7 .PATH: ${CLANG_SRCDIR}/lib/Tooling/Core
9 SRCS+= Replacement.cpp
11 .if defined(HOSTLIB)
12 .include <bsd.hostlib.mk>
13 .else
14 .include <bsd.lib.mk>
15 .endif