Remove building with NOCRYPTO option
[minix3.git] / external / bsd / llvm / lib / libclangEdit / Makefile
blob75cd453940cfcaca3ad9a91c867779854511c198
1 # $NetBSD: Makefile,v 1.1 2012/04/04 10:42:04 joerg Exp $
3 LIB= clangEdit
5 .include <bsd.init.mk>
7 .PATH: ${CLANG_SRCDIR}/lib/Edit
9 SRCS+= Commit.cpp \
10 EditedSource.cpp \
11 RewriteObjCFoundationAPI.cpp
13 .if defined(HOSTLIB)
14 .include <bsd.hostlib.mk>
15 .else
16 .include <bsd.lib.mk>
17 .endif