Home | History | Annotate | Line # | Download | only in share
Makefile revision 1.2.4.2
      1  1.2.4.2  martin #	$NetBSD: Makefile,v 1.2.4.2 2020/04/13 07:45:57 martin Exp $
      2  1.2.4.2  martin 
      3  1.2.4.2  martin TOPDIR=	${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
      4  1.2.4.2  martin 
      5  1.2.4.2  martin NOOBJ=	# defined
      6  1.2.4.2  martin 
      7  1.2.4.2  martin .PATH:	${TOPDIR}/lib/asan
      8  1.2.4.2  martin INCS+=	asan_blacklist.txt
      9  1.2.4.2  martin 
     10  1.2.4.2  martin .PATH:	${TOPDIR}/lib/msan
     11  1.2.4.2  martin INCS+=	msan_blacklist.txt
     12  1.2.4.2  martin 
     13  1.2.4.2  martin .include <bsd.own.mk>
     14  1.2.4.2  martin 
     15  1.2.4.2  martin INCSDIR=	/usr/lib/clang/9.0.0/share
     16  1.2.4.2  martin 
     17  1.2.4.2  martin .include <bsd.prog.mk>
     18