Module Name: src
Committed By: lukem
Date: Thu Jun 1 21:54:17 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
bsd.own.mk: describe recent convention in comments
To generate a diff of this commit:
cvs rdiff -u -r1.1333 -r1.1334 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.1333 src/share/mk/bsd.own.mk:1.1334
--- src/share/mk/bsd.own.mk:1.1333 Thu Jun 1 21:50:26 2023
+++ src/share/mk/bsd.own.mk Thu Jun 1 21:54:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1333 2023/06/01 21:50:26 lukem Exp $
+# $NetBSD: bsd.own.mk,v 1.1334 2023/06/01 21:54:17 lukem Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -1028,6 +1028,7 @@ dependall: .NOTMAIN realdepend .MAKE
#
# Source makefiles should set NO*, and not MK*, and must do so before
# including bsd.own.mk.
+# Please keep alphabetically sorted with one entry per line.
#
_NOVARS= \
NOCOMPAT \
@@ -1176,6 +1177,7 @@ MKSTATICPIE?= no
#
# MK* options which default to "yes".
+# Please keep alphabetically sorted with one entry per line.
#
_MKVARS.yes= \
MKARGON2 \
@@ -1344,9 +1346,9 @@ MKDEBUGKERNEL?=${MKKDEBUG:Uno}
MKDEBUGTOOLS?=${MKTOOLSDEBUG:Uno}
#
-# MK* options which default to "no". Note that MKZFS has a different
-# default for some platforms, see above. Please keep alphabetically
-# sorted with at most one letter per line.
+# MK* options which default to "no".
+# Note that MKZFS has a different default for some platforms, see above.
+# Please keep alphabetically sorted with one entry per line.
#
_MKVARS.no= \
MKAMDGPUFIRMWARE \