# $NetBSD: Makefile,v 1.1 2019/11/11 22:45:08 joerg Exp $ LIB= LLVMLinker .include .PATH: ${LLVM_SRCDIR}/lib/Linker SRCS+= IRMover.cpp \ LinkModules.cpp .if defined(HOSTLIB) .include .else .include .endif