894Ai3IzsJ7AFJeMjGhMYy5rZh7iNwwXoeBuo/H f/vmxvkGCvMqmHMz0SghB/RS9ZUHtxhQqdrpGjw6+uf2lheWRhWeg4p8mCf+Wjrl89VtAd UjK4WDHN//CqVW7q/YC/ay4RP0YXac3ssVaTtveTCE8AGiXLcdC8ZPVdQwu6AHtEAclU7h bb5pP1ilu73AV6buJ4zwYCDntZAkzBSfWnBCUzZZAULDapcsk/6bY0RrM002QA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g8Cd93VbDz18ZZ for ; Mon, 04 May 2026 07:17:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3f152 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 04 May 2026 07:17:01 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Konstantin Belousov Subject: git: fba39d50f781 - stable/15 - init: build dynamically List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kib X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: fba39d50f7819289c226c8c39d423fab1778c8d8 Auto-Submitted: auto-generated Date: Mon, 04 May 2026 07:17:01 +0000 Message-Id: <69f847ed.3f152.73d17b76@gitrepo.freebsd.org> The branch stable/15 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=fba39d50f7819289c226c8c39d423fab1778c8d8 commit fba39d50f7819289c226c8c39d423fab1778c8d8 Author: Konstantin Belousov AuthorDate: 2026-04-20 17:52:59 +0000 Commit: Konstantin Belousov CommitDate: 2026-05-04 07:16:39 +0000 init: build dynamically (cherry picked from commit 24d887436dcd5b6c18a7505e477c79cae3002c3a) --- sbin/init/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/sbin/init/Makefile b/sbin/init/Makefile index 1fc9b633f664..342df4596a72 100644 --- a/sbin/init/Makefile +++ b/sbin/init/Makefile @@ -10,6 +10,4 @@ LIBADD= util crypt CONFTTYSNAME= ttys CONFTTYS+= ttys -NO_SHARED?= YES - .include