mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 00:25:50 -04:00
12 lines
150 B
Makefile
12 lines
150 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmmcjit
|
|
|
|
SRCDIR= lib/ExecutionEngine/MCJIT
|
|
SRCS= MCJIT.cpp
|
|
|
|
TGHDRS= Attributes
|
|
|
|
.include "../clang.lib.mk"
|