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