e28d9921b6
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
14 lines
187 B
Makefile
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>
|