aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2013-01-25 17:40:10 +0000
committerBrooks Davis <brooks@FreeBSD.org>2013-01-25 17:40:10 +0000
commit1a00a68e375f8567320cd22dfdd5119244e8c1ea (patch)
tree4e52f27f429a1d8407338cea9bedf7f7c333768d /include
parent0e0d13226c9b4a5d115a5404102c4182f3842dd3 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/arpa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arpa/Makefile b/include/arpa/Makefile
index 6b00641e65ee..8a7f63d5a26a 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