Module Name: src
Committed By: lukem
Date: Fri Jun 2 14:30:23 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
bsd.own.mk: obsolete non-MK variants MANZ UNPRIVED UPDATE
Remove support for variables deprecated 20 years ago
by their MK* equivalents.
To generate a diff of this commit:
cvs rdiff -u -r1.1334 -r1.1335 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.1334 src/share/mk/bsd.own.mk:1.1335
--- src/share/mk/bsd.own.mk:1.1334 Thu Jun 1 21:54:17 2023
+++ src/share/mk/bsd.own.mk Fri Jun 2 14:30:23 2023
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1334 2023/06/01 21:54:17 lukem Exp $
+# $NetBSD: bsd.own.mk,v 1.1335 2023/06/02 14:30:23 lukem Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -1057,15 +1057,6 @@ MK${var:S/^NO//}:= no
.endfor
#
-# Older-style variables that enabled behaviour when set.
-#
-.for var in MANZ UNPRIVED UPDATE
-.if defined(${var})
-MK${var}:= yes
-.endif
-.endfor
-
-#
# MK* options which have variable defaults.
#