mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
18 lines
312 B
Makefile
18 lines
312 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.include <bsd.own.mk>
|
||
|
|
|
||
|
|
LIB= lldbPluginDynamicLoaderPosixDYLD
|
||
|
|
|
||
|
|
SRCDIR= tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD
|
||
|
|
SRCS= AuxVector.cpp \
|
||
|
|
DYLDRendezvous.cpp \
|
||
|
|
DynamicLoaderPOSIXDYLD.cpp
|
||
|
|
|
||
|
|
TGHDRS= DiagnosticCommonKinds \
|
||
|
|
DeclNodes \
|
||
|
|
StmtNodes \
|
||
|
|
CommentCommandList
|
||
|
|
|
||
|
|
.include "../lldb.lib.mk"
|