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