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