]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/clang/liblldbHostFreeBSD/Makefile
MFC r325030:
[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"