17 lines
241 B
Makefile
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"
|