Remove building with NOCRYPTO option
[minix.git] / external / bsd / llvm / lib / liblldPasses / Makefile
blob07167661ec29c42ba6e39f178d704227638ab53b
1 # $NetBSD: Makefile,v 1.3 2014/08/10 17:35:07 joerg Exp $
3 LIB= lldPasses
5 .include <bsd.init.mk>
7 .PATH: ${LLD_SRCDIR}/lib/Passes
9 SRCS+= LayoutPass.cpp \
10 RoundTripNativePass.cpp \
11 RoundTripYAMLPass.cpp
13 .if defined(HOSTLIB)
14 .include <bsd.hostlib.mk>
15 .else
16 .include <bsd.lib.mk>
17 .endif