Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0ED1E84F05 for ; Sun, 11 Jun 2023 10:44:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id pPXo3FEVDmcJ for ; Sun, 11 Jun 2023 10:44:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 92FEC84D4D for ; Sun, 11 Jun 2023 10:44:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8F823FA89; Sun, 11 Jun 2023 10:44:33 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 11 Jun 2023 10:44:33 +0000 From: "Luke Mewburn" Subject: CVS commit: src/share/man/man5 To: source-changes@NetBSD.org Approved: for-source-only Reply-To: lukem@netbsd.org X-Mailer: log_accum Message-Id: <20230611104433.8F823FA89@cvs.NetBSD.org> Module Name: src Committed By: lukem Date: Sun Jun 11 10:44:33 UTC 2023 Modified Files: src/share/man/man5: mk.conf.5 Log Message: mk.conf(5): add remaining vars from BUILDING Add more variables from BUILDING: INSTALLBOOT_BOARDS INSTALLWORLDDIR NOCLEANDIR NODISTRIBDIRS NOINCLUDES. Add build.sh related notes (from BUILDING). Clarify "target" as "target architecture" where appropriate (versus a make target where that's obvious from context.) Move all obsolete and deprecated variables to new "OBSOLETE VARIABLES" section at the end. Add some per-variable editorial improvements from BUILDING. Change sub headings to headings; it's easier to read. (I don't know why mdoc doesn't allow blank lines around .Ss) To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/share/man/man5/mk.conf.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.