summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/lib/libLLVMLinker/Makefile
blob: 55b1ea01868d0feba82237acb0db81bc41db9c66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile,v 1.4 2013/05/28 17:37:34 joerg Exp $

LIB=	LLVMLinker

.include <bsd.init.mk>

.PATH: ${LLVM_SRCDIR}/lib/Linker

SRCS+=	LinkModules.cpp

.if defined(HOSTLIB)
.include <bsd.hostlib.mk>
.else
.include <bsd.lib.mk>
.endif