1# $FreeBSD$ 2 3PROG_CXX= llc 4 5SRCDIR= llvm/tools/llc 6SRCS+= llc.cpp 7 8.include "../llvm.prog.mk" 9