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