1# $FreeBSD: releng/10.3/lib/clang/liblldbPluginPlatformFreeBSD/Makefile 255722 2013-09-20 01:52:02Z emaste $
2
3.include <bsd.own.mk>
4
5LIB=	lldbPluginPlatformFreeBSD
6
7SRCDIR=	tools/lldb/source/Plugins/Platform/FreeBSD
8SRCS=	PlatformFreeBSD.cpp
9
10TGHDRS=	DiagnosticCommonKinds \
11	DeclNodes \
12	StmtNodes \
13	CommentCommandList
14
15.include "../lldb.lib.mk"
16