Received: by mail.netbsd.org (Postfix, from userid 605) id 99D4485007; Wed, 31 May 2023 20:47:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C3A8A85005 for ; Wed, 31 May 2023 20:47:35 +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 ByC0Nk9zsbCg for ; Wed, 31 May 2023 20:47:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 63F9884D3C for ; Wed, 31 May 2023 20:47:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5D2BBFA87; Wed, 31 May 2023 20:47:35 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 31 May 2023 20:47:35 +0000 From: "Luke Mewburn" Subject: CVS commit: src/share/mk To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20230531204735.5D2BBFA87@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Luke Mewburn" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: lukem Date: Wed May 31 20:47:35 UTC 2023 Modified Files: src/share/mk: bsd.own.mk Log Message: bsd.own.mk: support ${MACHINE} defaults in MK* = yes For MK* variables (in _MKVARS.yes), default to MK*.${MACHINE} if MK*.${MACHINE_ARCH} isn't defined. Equivalent to _MKVARS.no change by mrg@ in rev 1.1065 on 2018-06-16. To generate a diff of this commit: cvs rdiff -u -r1.1330 -r1.1331 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.