MK_* variable should be compared to "no" not "NO".

Submitted by:	"b.f." <bf1783@googlemail.com>
This commit is contained in:
Brooks Davis 2013-01-25 17:40:10 +00:00
parent 0e0d13226c
commit 1a00a68e37
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245911

View File

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