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