xref: /freebsd/usr.bin/clang/llvm-modextract/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1PROG_CXX=	llvm-modextract
2MAN=
3
4SRCDIR=		llvm/tools/llvm-modextract
5SRCS=		llvm-modextract.cpp
6
7.include "../llvm.prog.mk"
8