1
2PROG_CXX=	llvm-as
3
4SRCDIR=		llvm/tools/llvm-as
5SRCS+=		llvm-as.cpp
6
7.include "../llvm.prog.mk"
8