opnsense-src/lib/libclang_rt/xray-basic/Makefile
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00

9 lines
156 B
Makefile

.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>