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