Module Name:    src
Committed By:   christos
Date:           Wed Oct 22 23:20:48 UTC 2014

Modified Files:
        src/lib: Makefile

Log Message:
add asan to the libraries we build.


To generate a diff of this commit:
cvs rdiff -u -r1.215 -r1.216 src/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/Makefile
diff -u src/lib/Makefile:1.215 src/lib/Makefile:1.216
--- src/lib/Makefile:1.215	Thu Jun 12 21:17:45 2014
+++ src/lib/Makefile	Wed Oct 22 19:20:48 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.215 2014/06/13 01:17:45 mrg Exp $
+#	$NetBSD: Makefile,v 1.216 2014/10/22 23:20:48 christos Exp $
 #	from: @(#)Makefile	5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -143,6 +143,7 @@ SUBDIR+=	../external/bsd/libc++
 SUBDIR+=	../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libstdc++-v3
 SUBDIR+=	../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libsupc++
 .endif
+SUBDIR+=	../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libasan
 
 #==================== 2nd library dependency barrier ====================
 SUBDIR+=	.WAIT

Reply via email to