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
This commit is contained in:
Baptiste Daroussin 2023-10-05 09:54:20 +02:00
parent 5b9f08dbc7
commit 166a655fcf

View file

@ -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