Module Name: src
Committed By: lukem
Date: Sun May 28 10:49:00 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
bsd.own.mk: deprecate NOCRYPTO
MKCRYPTO was removed by riastradh@ on 2017-05-22,
so the NOCRYPTO override is now unnecessary.
To generate a diff of this commit:
cvs rdiff -u -r1.1326 -r1.1327 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1326 src/share/mk/bsd.own.mk:1.1327
--- src/share/mk/bsd.own.mk:1.1326 Tue May 23 20:20:54 2023
+++ src/share/mk/bsd.own.mk Sun May 28 10:49:00 2023
@@ -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})