Received: by mail.netbsd.org (Postfix, from userid 605) id 15ADA84EC1; Fri, 26 Apr 2024 18:21:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714155687; bh=KBAkJPxPXBVrkE9Ojw8qKFDGwpq1vroi6HVYDuxvSEI=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=maQ0Kv/k6RAGUEtZF3cVjNz4+b+jklxB8Z0xq0BYfLFGcGX64Z2yg+6cGFzNiK9tS mMUIRqxbnm/RR1GbK6Z/4GkOSw4se0wLo6xEtecPt3IKWLORQbtrZA1/9efMcp6Ug7 HIoXtG9LlmRHUpSc36XXIdTjttnCQXeNW/zZe9Q0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F1C9984EC2 for ; Fri, 26 Apr 2024 18:21:25 +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 BhTzgMV4UteA for ; Fri, 26 Apr 2024 18:21:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 81C5884D1C for ; Fri, 26 Apr 2024 18:21:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714155685; bh=KBAkJPxPXBVrkE9Ojw8qKFDGwpq1vroi6HVYDuxvSEI=; h=Date:From:Subject:To:Reply-To; b=PjFlth04+k1ACfYYQFtFwNfBEqVkdX0gPhxheoipeQhaCh9DVKZX+QJzEu3uOOUfl 6upTMiiYto4/yFsYmijTlWcyDM2svHzkfL9Zm68rGrwr0aU29ThGNZFGIiczpTj+Zd xmY13yf0PcJHHJPtimfGstfkNp7hi1v51cal1viY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 79A08FA2C; Fri, 26 Apr 2024 18:21:25 +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:21:25 -0400 From: "Christos Zoulas" Subject: CVS commit: src/usr.sbin/fstyp To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240426182125.79A08FA2C@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:21:25 UTC 2024 Modified Files: src/usr.sbin/fstyp: Makefile Log Message: PR/58202: Malte Dehling: Don't link libzfs To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/fstyp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.