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