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