324d7156d7
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
16 lines
220 B
Makefile
16 lines
220 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= clang
|
|
|
|
SRCDIR= ${.CURDIR}/../../../contrib/llvm
|
|
|
|
.PATH: ${SRCDIR} ${SRCDIR}/lib/Support
|
|
|
|
NO_OBJ=
|
|
|
|
FILESGROUPS= TOP
|
|
TOP= LICENSE.TXT COPYRIGHT.regex
|
|
TOPDIR= ${DOCDIR}/llvm
|
|
|
|
.include <bsd.prog.mk>
|