Drop main() prototype. Syncs with NetBSD-8
[minix.git] / external / bsd / llvm / lib / libLLVMOption / Makefile
blob4b94476e37ee4dd85ef965a1fc03fbfdd5360ec2
1 # $NetBSD: Makefile,v 1.1 2013/01/23 15:02:59 joerg Exp $
3 LIB= LLVMOption
5 NOGCCERROR= yes
7 .include <bsd.init.mk>
9 .PATH: ${LLVM_SRCDIR}/lib/Option
11 SRCS+= ArgList.cpp \
12 Arg.cpp \
13 OptTable.cpp \
14 Option.cpp
16 .if defined(HOSTLIB)
17 .include <bsd.hostlib.mk>
18 .else
19 .include <bsd.lib.mk>
20 .endif