mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
18 lines
284 B
Makefile
18 lines
284 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= lldbHostFreeBSD
|
|
|
|
SRCDIR= tools/lldb/source/Host/freebsd
|
|
SRCS= Host.cpp \
|
|
HostInfoFreeBSD.cpp \
|
|
HostThreadFreeBSD.cpp \
|
|
ThisThread.cpp
|
|
|
|
TGHDRS= DiagnosticCommonKinds \
|
|
DeclNodes \
|
|
StmtNodes \
|
|
CommentCommandList
|
|
|
|
.include "../lldb.lib.mk"
|