Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Oct 2023 07:55:34 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 166a655fcf13 - main - bsdinstall: decouple from the MK_DIALOG option
Message-ID:  <202310050755.3957tYR9042708@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

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

commit 166a655fcf136fac9e461f3201a52dd4a959a6da
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2023-10-05 07:54:20 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2023-10-05 07:54:20 +0000

    bsdinstall: decouple from the MK_DIALOG option
    
    bsdinstall does not depend on libdialog(3) or anything using
    libdialog(3) for a while now, it does not need to depend on MK_DIALOG
    anymore
---
 share/mk/src.opts.mk | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index c234a9829fca..16b2433244da 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -404,10 +404,6 @@ MK_KERBEROS:=	no
 MK_KERBEROS_SUPPORT:=	no
 .endif
 
-.if ${MK_DIALOG} == "no"
-MK_BSDINSTALL:=	no
-.endif
-
 .if ${MK_DTRACE} == "no"
 MK_CTF:=	no
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310050755.3957tYR9042708>