]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/clang/liblldbHostFreeBSD/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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"