mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
10 lines
168 B
Makefile
10 lines
168 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
LIB= clang_rt.xray-basic-${CRTARCH}
|
|
|
|
SRCS+= xray/xray_basic_flags.cpp
|
|
SRCS+= xray/xray_basic_logging.cpp
|
|
|
|
.include <bsd.lib.mk>
|