Source-Changes-HG archive

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

[src/trunk]: src/share/mk bsd.own.mk: deprecate NOCRYPTO



details:   https://anonhg.NetBSD.org/src/rev/76a1812042b3
branches:  trunk
changeset: 376039:76a1812042b3
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun May 28 10:49:00 2023 +0000

description:
bsd.own.mk: deprecate NOCRYPTO

MKCRYPTO was removed by riastradh@ on 2017-05-22,
so the NOCRYPTO override is now unnecessary.

diffstat:

 share/mk/bsd.own.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3c4abecc1569 -r 76a1812042b3 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun May 28 10:33:13 2023 +0000
+++ b/share/mk/bsd.own.mk       Sun May 28 10:49:00 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1326 2023/05/23 20:20:54 lukem Exp $
+#      $NetBSD: bsd.own.mk,v 1.1327 2023/05/28 10:49:00 lukem Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1022,7 +1022,7 @@ dependall:        .NOTMAIN realdepend .MAKE
 # including bsd.own.mk.
 #
 .for var in \
-       NOCOMPAT NOCRYPTO NODOC NOHTML NOINFO NOLIBCSANITIZER NOLINKLIB \
+       NOCOMPAT NODOC NOHTML NOINFO NOLIBCSANITIZER NOLINKLIB \
        NOLINT NOMAN NONLS NOOBJ NOPIC NOPICINSTALL NOPROFILE NOSHARE \
        NOSTATICLIB NODEBUGLIB NOSANITIZER NORELRO
 .if defined(${var})



Home | Main Index | Thread Index | Old Index