e44885ac01
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
12 lines
165 B
Makefile
12 lines
165 B
Makefile
# $FreeBSD$
|
|
|
|
SRCDIR= ${SRCTOP}/contrib/llvm/tools/clang
|
|
|
|
.PATH: ${SRCDIR}
|
|
|
|
FILESGROUPS= TOP
|
|
TOP= LICENSE.TXT
|
|
TOPDIR= ${DOCDIR}/llvm/clang
|
|
|
|
.include <bsd.prog.mk>
|