Makefile revision 1.3
1#	$NetBSD: Makefile,v 1.3 2018/08/12 21:48:57 mrg Exp $
2
3.include "../../../Makefile.gcc_path"
4
5NOOBJ=	#defined
6
7SANITIZER=	${GCCDIST}/libsanitizer
8
9.PATH:	${SANITIZER}/include/sanitizer
10
11INCS=	#
12INCS+=	allocator_interface.h
13INCS+=	asan_interface.h
14INCS+=	common_interface_defs.h
15#INCS+=	dfsan_interface.h # not supported
16#INCS+=	lsan_interface.h # not supported
17#INCS+=	msan_interface.h # not ready in GCC
18INCS+=	tsan_interface_atomic.h
19
20.include <bsd.own.mk>
21
22INCSDIR=	${GCC_INCSDIR}/sanitizer
23
24.include <bsd.prog.mk>
25