]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/clang/liblldbHostFreeBSD/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / lib / clang / liblldbHostFreeBSD / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    lldbHostFreeBSD
6
7 SRCDIR= tools/lldb/source/Host/freebsd
8 SRCS=   Host.cpp
9
10 TGHDRS= DiagnosticCommonKinds \
11         DeclNodes \
12         StmtNodes \
13         CommentCommandList
14
15 .include "../lldb.lib.mk"