blob: bc09ea62dc6727c008c0186228ef7d6314c25fba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $FreeBSD$
.include <src.opts.mk>
# These have to be built in order.
SUBDIR= libllvm
SUBDIR+= libclang
.if ${MK_LLDB} != "no"
SUBDIR+= liblldb
.endif
SUBDIR+= headers
.include <bsd.subdir.mk>
|