mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 10:01:02 +01:00
484f91b8a5
Differential Revision: D2748
14 lines
211 B
Makefile
14 lines
211 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= clang
|
|
|
|
SRCDIR= ${.CURDIR}/../../../contrib/llvm
|
|
|
|
.PATH: ${SRCDIR} ${SRCDIR}/lib/Support
|
|
|
|
FILESGROUPS= TOP
|
|
TOP= LICENSE.TXT COPYRIGHT.regex
|
|
TOPDIR= ${DOCDIR}/llvm
|
|
|
|
.include <bsd.prog.mk>
|