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