From 166a655fcf136fac9e461f3201a52dd4a959a6da Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 5 Oct 2023 09:54:20 +0200 Subject: [PATCH] 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 c234a9829fc..16b2433244d 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