freebsd-dev/share/doc/llvm/clang/Makefile
Dimitry Andric 324d7156d7 Revive the LLVM and Clang license files, which were removed in my
too-thorough cleanup of unused files, in r213695.  Also make sure these
get installed under /usr/share/doc.

Submitted by:	rwatson, brooks
Pointy hat to:	dim
MFC after:	3 days
2011-09-29 18:12:40 +00:00

14 lines
187 B
Makefile

# $FreeBSD$
SRCDIR= ${.CURDIR}/../../../../contrib/llvm/tools/clang
.PATH: ${SRCDIR}
NO_OBJ=
FILESGROUPS= TOP
TOP= LICENSE.TXT
TOPDIR= ${DOCDIR}/llvm/clang
.include <bsd.prog.mk>