summaryrefslogtreecommitdiff
path: root/rescue
diff options
context:
space:
mode:
authorkamil <kamil@NetBSD.org>2018-06-21 10:44:01 +0000
committerkamil <kamil@NetBSD.org>2018-06-21 10:44:01 +0000
commitefafb21c057924118528a9fd5feb85c8ea711849 (patch)
treed1be05c04ae9e9b2980dbb859fc959cd7107f9f6 /rescue
parent1dc9ab393764e3e50b830a05682b456c9f4440f0 (diff)
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.
Diffstat (limited to 'rescue')
-rw-r--r--rescue/Makefile4
1 files changed, 3 insertions, 1 deletions
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 <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"