]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/Makefile
bluetooth: Fix a mandoc related issues
[FreeBSD/FreeBSD.git] / lib / clang / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 # These have to be built in order.
6 SUBDIR=         libllvm
7 SUBDIR+=        libclang
8 .if ${MK_LLDB} != "no"
9 SUBDIR+=        liblldb
10 .endif
11 SUBDIR+=        headers
12
13 .include <bsd.subdir.mk>