Disable MKSANITIZER in lib/csu

These low-level libraries are expected to be not touched by a sanitizer.
Every libc program not using sanitizers cannot work with sanitized csu.
This commit is contained in:
kamil 2018-06-16 18:58:00 +00:00
parent 4e2759a682
commit bef3ed2e02

View File

@ -1,4 +1,6 @@
# $NetBSD: Makefile,v 1.35 2014/08/10 23:25:49 matt Exp $
# $NetBSD: Makefile,v 1.36 2018/06/16 18:58:00 kamil Exp $
NOSANITIZER= # defined
.include <bsd.own.mk>