mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
47c832c3dd
Approved by: ed (mentor)
10 lines
120 B
Makefile
10 lines
120 B
Makefile
# $FreeBSD$
|
|
|
|
LLVM_SRCS=${.CURDIR}/../../../contrib/llvm
|
|
|
|
.include "clang.build.mk"
|
|
|
|
INTERNALLIB=
|
|
|
|
.include <bsd.lib.mk>
|