git: 166a655fcf13 - main - bsdinstall: decouple from the MK_DIALOG option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Oct 2023 07:55:34 UTC
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