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