Module Name: src Committed By: martin Date: Fri Nov 13 17:39:06 UTC 2020
Modified Files: src/usr.sbin/sysinst: Makefile.inc Log Message: Disable all entropy checks for now untill consensus has been found how to properly deal with it. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/usr.sbin/sysinst/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.sbin/sysinst/Makefile.inc diff -u src/usr.sbin/sysinst/Makefile.inc:1.37 src/usr.sbin/sysinst/Makefile.inc:1.38 --- src/usr.sbin/sysinst/Makefile.inc:1.37 Wed Nov 4 14:29:40 2020 +++ src/usr.sbin/sysinst/Makefile.inc Fri Nov 13 17:39:06 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.37 2020/11/04 14:29:40 martin Exp $ +# $NetBSD: Makefile.inc,v 1.38 2020/11/13 17:39:06 martin Exp $ # # Makefile for sysinst @@ -47,7 +47,7 @@ SRCS+= mbr.c CPPFLAGS+= -DNO_CLONES .endif -.if ${CHECK_ENTROPY:Uyes} != "no" +.if ${CHECK_ENTROPY:Uno} != "no" MENUS_MI+= menus.entropy CPPFLAGS+= -DCHECK_ENTROPY=1 .endif @@ -205,7 +205,7 @@ msgtouch: ${DISTRIBVERDEP} MSG_MD+= msg.pm.${SYSINSTLANG} .endif -.if ${CHECK_ENTROPY:Uyes} != "no" +.if ${CHECK_ENTROPY:Uno} != "no" MSG_MD+= msg.entropy.${SYSINSTLANG} .endif