Module Name: src
Committed By: christos
Date: Sat Jun 2 14:31:40 UTC 2018
Modified Files:
src/sys/arch/amd64/stand/prekern: Makefile
Log Message:
Disable MKSANITIZER
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/amd64/stand/prekern/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/stand/prekern/Makefile
diff -u src/sys/arch/amd64/stand/prekern/Makefile:1.6 src/sys/arch/amd64/stand/prekern/Makefile:1.7
--- src/sys/arch/amd64/stand/prekern/Makefile:1.6 Sat Dec 23 01:48:30 2017
+++ src/sys/arch/amd64/stand/prekern/Makefile Sat Jun 2 10:31:40 2018
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2017/12/23 06:48:30 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2018/06/02 14:31:40 christos Exp $
PROG= prekern
SRCS= locore.S trap.S prekern.c mm.c console.c elf.c prng.c
NOSSP= # defined
NOPIE= # defined
+NOSANITIZER= # defined
NOMAN= 1
S= ${.CURDIR}/../../../..
@@ -14,7 +15,7 @@ S= ${.CURDIR}/../../../..
BINDIR= /usr/mdec
BINMODE= 444
-.include <bsd.own.mk>
+.include <bsd.init.mk>
CPPFLAGS+= -I. -I${S} -I${.OBJDIR} -I${.CURDIR}
CPPFLAGS+= -D_STANDALONE