mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
src.opts.mk: SVNLITE requires FILE
Reported by: Build Options Survey run by Michael Dexter
This commit is contained in:
parent
9ed13baa5e
commit
b4f20f20d5
1 changed files with 4 additions and 0 deletions
|
|
@ -484,6 +484,10 @@ MK_TESTS:= no
|
|||
MK_BSDINSTALL:= no
|
||||
.endif
|
||||
|
||||
.if ${MK_FILE} == "no"
|
||||
MK_SVNLITE:= no
|
||||
.endif
|
||||
|
||||
.if ${MK_MAIL} == "no"
|
||||
MK_MAILWRAPPER:= no
|
||||
MK_SENDMAIL:= no
|
||||
|
|
|
|||
Loading…
Reference in a new issue