mirror of
https://github.com/opnsense/src.git
synced 2026-03-16 23:55:19 -04:00
12 lines
202 B
Makefile
12 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>
|