etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / libLLVMInterpreter / Makefile
blob83a190c26dec282856bbc3db33b9f64bf79657b2
1 # $NetBSD: Makefile,v 1.1 2011/02/06 01:13:58 joerg Exp $
3 LIB= LLVMInterpreter
5 .include <bsd.init.mk>
7 .PATH: ${LLVM_SRCDIR}/lib/ExecutionEngine/Interpreter
9 SRCS+= Execution.cpp \
10 ExternalFunctions.cpp \
11 Interpreter.cpp
13 .include <bsd.lib.mk>