# $NetBSD: Makefile,v 1.5 2016/02/27 21:47:33 joerg Exp $ LIB= LLVMLinker .include .PATH: ${LLVM_SRCDIR}/lib/Linker SRCS+= IRMover.cpp \ LinkModules.cpp .if defined(HOSTLIB) .include .else .include .endif