Set WARNS=3 to appease sign-compare warnings for mips, mips64, and sparc.

This commit is contained in:
rin 2019-02-17 13:21:55 +00:00
parent ecae8bc568
commit 919fe1ff1f
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2010/10/13 14:15:23 tsutsui Exp $
# $NetBSD: Makefile,v 1.4 2019/02/17 13:21:55 rin Exp $
.include "../Makefile.inc"
@ -21,4 +21,6 @@ CPPFLAGS+= -DPAX_ASLR
.PATH: ${S}/kern
SRCS= exec_elf32.c core_elf32.c
WARNS= 3
.include <bsd.kmodule.mk>