1# $FreeBSD$ 2 3.include <bsd.own.mk> 4 5LIB= lldb 6 7CFLAGS+=-I${.CURDIR}/../../../contrib/llvm/tools/lldb/source/Plugins/Process/POSIX 8 9SRCDIR= tools/lldb/source 10SRCS= lldb.cpp 11 12 13TGHDRS= AttrList \ 14 Attrs \ 15 DiagnosticCommonKinds \ 16 DeclNodes \ 17 StmtNodes \ 18 CommentCommandList 19 20.include "../lldb.lib.mk" 21