aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2026-01-02 20:16:00 +0000
committerEd Maste <emaste@FreeBSD.org>2026-01-02 20:16:00 +0000
commita6afa194f382e4f81277fdc7e81e229d3c8caf5f (patch)
treefb3c3cc7333ce4eb2ca7acbfa2772d545f0cf43a
parentb52347f5b93822ee970b6cf4b5d893d60c3ceee8 (diff)
Makefile.inc1: Indicate that no-clean builds are on by default
PR: 292130
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 8966f96de9b9..a6181b78125b 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -2,7 +2,7 @@
#
# Make command line options:
# -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
-# -DNO_CLEAN do not clean at all
+# -DNO_CLEAN do not clean at all (enabled by default)
# -DDB_FROM_SRC use the user/group databases in src/etc instead of
# the system database when installing.
# -DNO_SHARE do not go into share subdir