opnsense-src/lib/libclang_rt/include/Makefile
Warner Losh e9ac41698b Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
2024-07-15 16:43:39 -06:00

23 lines
542 B
Makefile

.include <bsd.init.mk>
.PATH: ${CRTSRC}/include/sanitizer
INCSDIR= ${CLANGDIR}/include/sanitizer
INCS+= allocator_interface.h
INCS+= asan_interface.h
INCS+= common_interface_defs.h
INCS+= coverage_interface.h
INCS+= dfsan_interface.h
INCS+= hwasan_interface.h
INCS+= linux_syscall_hooks.h
INCS+= lsan_interface.h
INCS+= memprof_interface.h
INCS+= msan_interface.h
INCS+= netbsd_syscall_hooks.h
INCS+= scudo_interface.h
INCS+= tsan_interface.h
INCS+= tsan_interface_atomic.h
INCS+= ubsan_interface.h
.include <bsd.prog.mk>