diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2026-01-02 20:16:00 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-01-02 20:16:00 +0000 |
| commit | a6afa194f382e4f81277fdc7e81e229d3c8caf5f (patch) | |
| tree | fb3c3cc7333ce4eb2ca7acbfa2772d545f0cf43a | |
| parent | b52347f5b93822ee970b6cf4b5d893d60c3ceee8 (diff) | |
Makefile.inc1: Indicate that no-clean builds are on by default
PR: 292130
| -rw-r--r-- | Makefile.inc1 | 2 |
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 |
