Home | History | Annotate | Line # | Download | only in share
Makefile revision 1.3
      1 #	$NetBSD: Makefile,v 1.3 2021/09/21 20:34:38 christos Exp $
      2 
      3 NOOBJ=	# defined
      4 .include <bsd.init.mk>
      5 
      6 .PATH:	${TOPDIR}/lib/asan
      7 INCS+=	asan_blacklist.txt
      8 
      9 .PATH:	${TOPDIR}/lib/msan
     10 INCS+=	msan_blacklist.txt
     11 
     12 INCSDIR=	/usr/lib/clang/${CLANG_VER}/share
     13 
     14 .include <bsd.prog.mk>
     15