mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 18:12:57 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
13 lines
202 B
Makefile
13 lines
202 B
Makefile
|
|
SUBDIR= clang
|
|
|
|
SRCDIR= ${SRCTOP}/contrib/llvm-project/llvm
|
|
|
|
.PATH: ${SRCDIR} ${SRCDIR}/lib/Support
|
|
|
|
FILESGROUPS= TOP
|
|
TOP= LICENSE.TXT COPYRIGHT.regex
|
|
TOPDIR= ${DOCDIR}/llvm
|
|
|
|
.include <bsd.prog.mk>
|