mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
13 lines
201 B
Makefile
13 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>
|