1#	$NetBSD: Makefile,v 1.4 2013/05/28 17:37:34 joerg Exp $
2
3LIB=	LLVMLinker
4
5.include <bsd.init.mk>
6
7.PATH: ${LLVM_SRCDIR}/lib/Linker
8
9SRCS+=	LinkModules.cpp
10
11.if defined(HOSTLIB)
12.include <bsd.hostlib.mk>
13.else
14.include <bsd.lib.mk>
15.endif
16