Module Name: src
Committed By: christos
Date: Sat Jun 4 02:06:46 UTC 2016
Modified Files:
src/lib: Makefile
Log Message:
sanitizer for all.
To generate a diff of this commit:
cvs rdiff -u -r1.242 -r1.243 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.242 src/lib/Makefile:1.243
--- src/lib/Makefile:1.242 Fri Jun 3 20:11:01 2016
+++ src/lib/Makefile Fri Jun 3 22:06:46 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.242 2016/06/04 00:11:01 christos Exp $
+# $NetBSD: Makefile,v 1.243 2016/06/04 02:06:46 christos Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -173,11 +173,9 @@ SUBDIR+= ../external/gpl3/${EXTERNAL_GCC
SUBDIR+= .WAIT
SANITIZER_DIR=../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libasan
-.if !defined(HAVE_GCC)
.if exists(${SANITIZER_DIR})
SUBDIR+= ${SANITIZER_DIR}
.endif
-.endif
SUBDIR+= ../external/bsd/libarchive/lib # depends on libxz