mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
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:
parent
5b9f08dbc7
commit
166a655fcf
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue