From efafb21c057924118528a9fd5feb85c8ea711849 Mon Sep 17 00:00:00 2001 From: kamil Date: Thu, 21 Jun 2018 10:44:01 +0000 Subject: 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. --- rescue/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rescue') diff --git a/rescue/Makefile b/rescue/Makefile index c964deb0b34..ed8b4ec1373 100644 --- a/rescue/Makefile +++ b/rescue/Makefile @@ -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 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" -- cgit