Module Name: src
Committed By: kamil
Date: Thu Jun 21 10:44:01 UTC 2018
Modified Files:
src/rescue: Makefile
Log Message:
Set NOSANITIZER in rescue/Makefile
This is required to stop sanitizing rcmd.o and liboverride.o. These object
files will be linked into statically linked rescue.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/rescue/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/rescue/Makefile
diff -u src/rescue/Makefile:1.33 src/rescue/Makefile:1.34
--- src/rescue/Makefile:1.33 Sun Oct 8 15:02:33 2017
+++ src/rescue/Makefile Thu Jun 21 10:44:01 2018
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2017/10/08 15:02:33 christos Exp $
+# $NetBSD: Makefile,v 1.34 2018/06/21 10:44:01 kamil Exp $
+
+NOSANITIZER= # defined
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"