Remove building with NOCRYPTO option
[minix3.git] / external / bsd / llvm / lib / libMCLinkerMC / Makefile
blob3c6280b095782079144e7c50db00305268a515c8
1 # $NetBSD: Makefile,v 1.1 2013/02/27 21:25:10 joerg Exp $
3 LIB= MCLinkerMC
5 .include <bsd.init.mk>
7 .PATH: ${MCLINKER_SRCDIR}/lib/MC
9 SRCS= Attribute.cpp \
10 AttributeSet.cpp \
11 CommandAction.cpp \
12 ContextFactory.cpp \
13 FileAction.cpp \
14 InputAction.cpp \
15 InputBuilder.cpp \
16 InputFactory.cpp \
17 MCLDDirectory.cpp \
18 MCLDInput.cpp \
19 SearchDirs.cpp \
20 SymbolCategory.cpp \
21 ZOption.cpp
23 .if defined(HOSTLIB)
24 .include <bsd.hostlib.mk>
25 .else
26 .include <bsd.lib.mk>
27 .endif