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