mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-27 05:21:08 +01:00
e44885ac01
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
14 lines
201 B
Makefile
14 lines
201 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= clang
|
|
|
|
SRCDIR= ${SRCTOP}/contrib/llvm
|
|
|
|
.PATH: ${SRCDIR} ${SRCDIR}/lib/Support
|
|
|
|
FILESGROUPS= TOP
|
|
TOP= LICENSE.TXT COPYRIGHT.regex
|
|
TOPDIR= ${DOCDIR}/llvm
|
|
|
|
.include <bsd.prog.mk>
|