1# $FreeBSD: releng/11.0/lib/clang/liblldbPluginABISysV_mips/Makefile 285116 2015-07-04 01:02:43Z emaste $
2
3.include <bsd.own.mk>
4
5LIB=	lldbPluginABISysV_mips
6
7SRCDIR=	tools/lldb/source/Plugins/ABI/SysV-mips
8SRCS=	ABISysV_mips.cpp
9
10TGHDRS=	DiagnosticCommonKinds \
11	DeclNodes \
12	StmtNodes \
13	CommentCommandList
14
15.include "../lldb.lib.mk"
16