mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
15 lines
245 B
Makefile
15 lines
245 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= lldbPluginABISysV_ppc64
|
|
|
|
SRCDIR= tools/lldb/source/Plugins/ABI/SysV-ppc64
|
|
SRCS= ABISysV_ppc64.cpp
|
|
|
|
TGHDRS= DiagnosticCommonKinds \
|
|
DeclNodes \
|
|
StmtNodes \
|
|
CommentCommandList
|
|
|
|
.include "../lldb.lib.mk"
|