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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user