mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 09:39:26 -05:00
10 lines
166 B
Makefile
10 lines
166 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
LIB= clang_rt.xray-basic-${CRTARCH}
|
|
|
|
SRCS+= xray/xray_basic_flags.cc
|
|
SRCS+= xray/xray_basic_logging.cc
|
|
|
|
.include <bsd.lib.mk>
|