etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / libclangIndex / Makefile
blob1cfa8fea947441146637eb851b80f58073a44c0b
1 # $NetBSD: Makefile,v 1.5 2013/11/28 14:19:59 joerg Exp $
3 LIB= clangIndex
5 .include <bsd.init.mk>
7 .PATH: ${CLANG_SRCDIR}/lib/Index
9 SRCS+= CommentToXML.cpp \
10 USRGeneration.cpp
12 .if defined(HOSTLIB)
13 .include <bsd.hostlib.mk>
14 .else
15 .include <bsd.lib.mk>
16 .endif