# $NetBSD: Makefile,v 1.8 2023/02/20 02:12:36 mrg Exp $ .include "../../../Makefile.gcc_path" NOOBJ= #defined SANITIZER= ${GCCDIST}/libsanitizer .PATH: ${SANITIZER}/include/sanitizer INCS= # INCS+= allocator_interface.h INCS+= asan_interface.h INCS+= common_interface_defs.h #INCS+= dfsan_interface.h # not supported INCS+= lsan_interface.h #INCS+= msan_interface.h # not ready in GCC INCS+= netbsd_syscall_hooks.h INCS+= tsan_interface.h INCS+= tsan_interface_atomic.h .include INCSDIR= ${GCC_INCSDIR}/sanitizer .include