mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
13 lines
211 B
Makefile
13 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>
|