aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/liblldbHostFreeBSD/Makefile
blob: e07f8ed791f481d27dc0c52b263caa4366d25c8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

.include <bsd.own.mk>

LIB=	lldbHostFreeBSD

SRCDIR=	tools/lldb/source/Host/freebsd
SRCS=	Host.cpp

TGHDRS=	DiagnosticCommonKinds \
	DeclNodes \
	StmtNodes \
	CommentCommandList

.include "../lldb.lib.mk"