diff options
| author | christos <christos@NetBSD.org> | 2018-06-02 14:31:40 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2018-06-02 14:31:40 +0000 |
| commit | abb2cfdae77bb245454662bcdd5baa7f5f962dcd (patch) | |
| tree | 17a0a76ea2fa0316f34f4453b4101b3ee7432b19 /sys | |
| parent | 26b1e45525bbe86d786cea4cadca7e4900a16ea3 (diff) | |
Disable MKSANITIZER
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/amd64/stand/prekern/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/prekern/Makefile b/sys/arch/amd64/stand/prekern/Makefile index 9e314b3fe89..2277be4aba5 100644 --- a/sys/arch/amd64/stand/prekern/Makefile +++ b/sys/arch/amd64/stand/prekern/Makefile @@ -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 |
