mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
17 lines
272 B
Makefile
17 lines
272 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= lldbPluginPlatformFreeBSD
|
|
|
|
SRCDIR= tools/lldb/source/Plugins/Platform/FreeBSD
|
|
SRCS= PlatformFreeBSD.cpp
|
|
|
|
TGHDRS= AttrList \
|
|
Attrs \
|
|
DiagnosticCommonKinds \
|
|
DeclNodes \
|
|
StmtNodes \
|
|
CommentCommandList
|
|
|
|
.include "../lldb.lib.mk"
|