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