Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 May 2026 07:17:01 +0000
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: fba39d50f781 - stable/15 - init: build dynamically
Message-ID:  <69f847ed.3f152.73d17b76@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=fba39d50f7819289c226c8c39d423fab1778c8d8

commit fba39d50f7819289c226c8c39d423fab1778c8d8
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-04-20 17:52:59 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
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 <bsd.prog.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f847ed.3f152.73d17b76>