Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk mk: Enable MKARGON2 now that this stuff works.



details:   https://anonhg.NetBSD.org/src/rev/41d3cec26f1b
branches:  trunk
changeset: 989491:41d3cec26f1b
user:      nia <nia%NetBSD.org@localhost>
date:      Thu Oct 14 11:45:46 2021 +0000

description:
mk: Enable MKARGON2 now that this stuff works.

diffstat:

 share/mk/bsd.README |  5 ++++-
 share/mk/bsd.own.mk |  4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r 6e6e052e9107 -r 41d3cec26f1b share/mk/bsd.README
--- a/share/mk/bsd.README       Thu Oct 14 09:56:12 2021 +0000
+++ b/share/mk/bsd.README       Thu Oct 14 11:45:46 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.README,v 1.418 2021/09/26 15:52:40 maya Exp $
+#      $NetBSD: bsd.README,v 1.419 2021/10/14 11:45:46 nia Exp $
 #      @(#)bsd.README  8.2 (Berkeley) 4/2/94
 
 This is the README file for the make "include" files for the NetBSD
@@ -113,6 +113,9 @@
                    3   Ignore the effect of the "@" prefix in make commands
                    4   Trace shell commands using the shell's -x flag
 
+MKARGON2       If "no", don't build support for Argon2 into libcrypt.
+               Default: yes
+
 MKATF          If "no", don't build the Automated Testing Framework (ATF),
                which includes the libatf-c, libatf-c++ and libatf-sh libraries
                and the various command line tools.  Also, because the build of
diff -r 6e6e052e9107 -r 41d3cec26f1b share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Thu Oct 14 09:56:12 2021 +0000
+++ b/share/mk/bsd.own.mk       Thu Oct 14 11:45:46 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1263 2021/09/30 20:02:54 jmcneill Exp $
+#      $NetBSD: bsd.own.mk,v 1.1264 2021/10/14 11:45:46 nia Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1140,6 +1140,7 @@
 # MK* options which default to "yes".
 #
 _MKVARS.yes= \
+       MKARGON2 \
        MKATF \
        MKBINUTILS \
        MKBSDTAR \
@@ -1281,7 +1282,6 @@
 # sorted with at most one letter per line.
 #
 _MKVARS.no= \
-       MKARGON2 \
        MKARZERO \
        MKBSDGREP \
        MKCATPAGES MKCOMPATTESTS MKCOMPATX11 MKCTF \



Home | Main Index | Thread Index | Old Index