1# $NetBSD: Makefile,v 1.4 2021/09/21 20:34:37 christos Exp $ 2 3NOOBJ= # defined 4 5.include <bsd.init.mk> 6 7.PATH: ${TOPDIR}/include/sanitizer 8 9INCS+= allocator_interface.h 10INCS+= asan_interface.h 11INCS+= common_interface_defs.h 12INCS+= coverage_interface.h 13#INCS+= dfsan_interface.h # not supported 14#INCS+= esan_interface.h # not supported 15#INCS+= hwasan_interface.h # not supported 16INCS+= lsan_interface.h 17INCS+= msan_interface.h 18INCS+= netbsd_syscall_hooks.h 19#INCS+= scudo_interface.h # not ready 20INCS+= tsan_interface.h 21INCS+= tsan_interface_atomic.h 22 23INCSDIR= /usr/lib/clang/${CLANG_VER}/include/sanitizer 24 25.include <bsd.prog.mk> 26