Remove building with NOCRYPTO option
[minix3.git] / external / bsd / llvm / lib / libclangASTMatchers / Makefile
blob37ed2d6540948c66694b2bc268c1cd4636ffc826
1 # $NetBSD: Makefile,v 1.1 2012/08/09 14:39:01 joerg Exp $
3 LIB= clangASTMatchers
5 .include <bsd.init.mk>
7 .PATH: ${CLANG_SRCDIR}/lib/ASTMatchers
9 SRCS+= ASTMatchFinder.cpp \
10 ASTMatchersInternal.cpp
12 .if defined(HOSTLIB)
13 .include <bsd.hostlib.mk>
14 .else
15 .include <bsd.lib.mk>
16 .endif