etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / libLLVMMCJIT / Makefile
blobf3d40301c184bfbe49b55c4ed60589961670ac15
1 # $NetBSD: Makefile,v 1.7 2013/01/23 15:02:59 joerg Exp $
3 LIB= LLVMMCJIT
5 .include <bsd.init.mk>
7 .PATH: ${LLVM_SRCDIR}/lib/ExecutionEngine/MCJIT
9 SRCS+= MCJIT.cpp \
10 SectionMemoryManager.cpp
12 .include <bsd.lib.mk>