1# $FreeBSD$ 2 3PROG_CXX= lli 4 5SRCDIR= llvm/tools/lli 6SRCS+= ExecutionUtils.cpp 7SRCS+= lli.cpp 8 9LIBADD+= z 10 11.include "../llvm.prog.mk" 12