Pull up following revision(s) (requested by kamil in ticket #121):

distrib/i386/ramdisks/common/Makefile.ramdisk: revision 1.14

Set NOSANITIZER in i386 ramdisk image
This commit is contained in:
martin 2019-08-29 16:48:44 +00:00
parent c4fa64649f
commit 221e304525
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
# $NetBSD: Makefile.ramdisk,v 1.13 2018/03/13 02:22:43 mrg Exp $
# $NetBSD: Makefile.ramdisk,v 1.13.4.1 2019/08/29 16:48:44 martin Exp $
NOSANITIZER= # defined
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"