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