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