mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
MK_* variable should be compared to "no" not "NO".
Submitted by: "b.f." <bf1783@googlemail.com>
This commit is contained in:
parent
0e0d13226c
commit
1a00a68e37
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
NO_OBJ=
|
||||
INCS= ftp.h inet.h nameser.h nameser_compat.h tftp.h
|
||||
.if ${MK_TELNET} == "NO"
|
||||
.if ${MK_TELNET} == "no"
|
||||
INCS+= telnet.h
|
||||
.endif
|
||||
INCSDIR=${INCLUDEDIR}/arpa
|
||||
|
|
|
|||
Loading…
Reference in a new issue