mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
10 lines
182 B
Makefile
10 lines
182 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= lldbPluginInstructionARM64
|
|
|
|
SRCDIR= tools/lldb/source/Plugins/Instruction/ARM64
|
|
SRCS= EmulateInstructionARM64.cpp
|
|
|
|
.include "../lldb.lib.mk"
|