Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=oWvSbnZ3; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=U5Dbmoe+ Received: by mail.netbsd.org (Postfix, from userid 605) id 0AF2184D44; Fri, 26 Apr 2024 18:06:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714154764; bh=OpuoOI1UvPlmZeqSKnOHlioX3zrCfs8cGug3dUxfK70=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=oWvSbnZ3Z4rvLdJPGQhbYIXpgUIE07eEyGAUY43M9jRgofVfwwkv9o7yMA2HkiL/j W5TukF7MsuIYlB3gmblkDKIzIYQA+FT7shLs6fBQ1/0/9X3y82We5ytnjdP1NJmqH2 N/Ew1zAZR8ac9Fmgs1A38xz5TlrIG+D6/rpvpZys= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E611784E88 for ; Fri, 26 Apr 2024 18:06:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id x3Iei7N5PH96 for ; Fri, 26 Apr 2024 18:06:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8B4C284D1C for ; Fri, 26 Apr 2024 18:06:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714154762; bh=OpuoOI1UvPlmZeqSKnOHlioX3zrCfs8cGug3dUxfK70=; h=Date:From:Subject:To:Reply-To; b=U5Dbmoe+33Kkn14LYHsNbeKw2qK1bFCtKnBQP4y+03G+Ecq6uCHSJyWvDFVamOzAR v7ZWdTldH4AsYL5CGcNqu9onPqfbnyS84fzVDlXB/wiTvRYx1VxODZxiS7G6vEjLMt MoRfaIcTr3YsURltkXYKamHWr7IpWxoK8kikohr0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7F096FA2C; Fri, 26 Apr 2024 18:06:02 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 14:06:02 -0400 From: "Christos Zoulas" Subject: CVS commit: src/etc To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240426180602.7F096FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Christos Zoulas" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: christos Date: Fri Apr 26 18:06:02 UTC 2024 Modified Files: src/etc: Makefile Log Message: PR/58200: Kouichi Hashikawa: ./makeobsolete uses platform's sed To generate a diff of this commit: cvs rdiff -u -r1.469 -r1.470 src/etc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.