2015-11-29 16:28:40 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
|
2016-09-03 21:41:29 +00:00
|
|
|
.PATH: ${CRTSRC}/include/sanitizer
|
2015-11-29 16:28:40 +00:00
|
|
|
|
2016-09-03 21:41:29 +00:00
|
|
|
INCSDIR= ${CLANGDIR}/include/sanitizer
|
2015-11-29 16:28:40 +00:00
|
|
|
|
2016-09-03 21:41:29 +00:00
|
|
|
INCS+= allocator_interface.h
|
|
|
|
INCS+= asan_interface.h
|
|
|
|
INCS+= common_interface_defs.h
|
|
|
|
INCS+= coverage_interface.h
|
|
|
|
INCS+= dfsan_interface.h
|
2017-12-23 21:41:32 +00:00
|
|
|
INCS+= hwasan_interface.h
|
2016-09-03 21:41:29 +00:00
|
|
|
INCS+= linux_syscall_hooks.h
|
|
|
|
INCS+= lsan_interface.h
|
|
|
|
INCS+= msan_interface.h
|
2018-08-03 15:30:32 +00:00
|
|
|
INCS+= netbsd_syscall_hooks.h
|
2017-12-23 21:41:32 +00:00
|
|
|
INCS+= scudo_interface.h
|
2017-04-22 18:43:15 +00:00
|
|
|
INCS+= tsan_interface.h
|
2016-09-03 21:41:29 +00:00
|
|
|
INCS+= tsan_interface_atomic.h
|
2020-01-27 20:46:26 +00:00
|
|
|
INCS+= ubsan_interface.h
|
2015-11-29 16:28:40 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|