summaryrefslogtreecommitdiffstats
path: root/include/arpa
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2013-01-25 17:40:10 +0000
committerbrooks <brooks@FreeBSD.org>2013-01-25 17:40:10 +0000
commitb10ee2605ded62e88324b13cf411f046fca756ca (patch)
tree4e52f27f429a1d8407338cea9bedf7f7c333768d /include/arpa
parent2390f6ef87cdbe1d5bcd77bc3c79e90a7ad5d5fa (diff)
downloadFreeBSD-src-b10ee2605ded62e88324b13cf411f046fca756ca.zip
FreeBSD-src-b10ee2605ded62e88324b13cf411f046fca756ca.tar.gz
MK_* variable should be compared to "no" not "NO".
Submitted by: "b.f." <bf1783@googlemail.com>
Diffstat (limited to 'include/arpa')
-rw-r--r--include/arpa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arpa/Makefile b/include/arpa/Makefile
index 6b00641..8a7f63d 100644
--- a/include/arpa/Makefile
+++ b/include/arpa/Makefile
@@ -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
OpenPOWER on IntegriCloud