xref: /freebsd/lib/clang/Makefile (revision fd5e3f3ec6c6248e892c9e7b2f17da3bfe7b6837)
1# $FreeBSD$
2
3.include <src.opts.mk>
4
5# These have to be built in order.
6SUBDIR=		libllvm
7SUBDIR+=	libclang
8.if ${MK_LLDB} != "no"
9SUBDIR+=	liblldb
10.endif
11SUBDIR+=	headers
12
13.include <bsd.subdir.mk>
14