2014-11-26 17:40:03 +00:00

17 lines
241 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
LIB= lldbHostFreeBSD
SRCDIR= tools/lldb/source/Host/freebsd
SRCS= Host.cpp \
HostInfoFreeBSD.cpp
TGHDRS= DiagnosticCommonKinds \
DeclNodes \
StmtNodes \
CommentCommandList
.include "../lldb.lib.mk"