svn commit: r245911 - head/include/arpa
Brooks Davis
brooks at FreeBSD.org
Fri Jan 25 17:40:11 UTC 2013
Author: brooks
Date: Fri Jan 25 17:40:10 2013
New Revision: 245911
URL: http://svnweb.freebsd.org/changeset/base/245911
Log:
MK_* variable should be compared to "no" not "NO".
Submitted by: "b.f." <bf1783 at googlemail.com>
Modified:
head/include/arpa/Makefile
Modified: head/include/arpa/Makefile
==============================================================================
--- head/include/arpa/Makefile Fri Jan 25 16:33:00 2013 (r245910)
+++ head/include/arpa/Makefile Fri Jan 25 17:40:10 2013 (r245911)
@@ -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
More information about the svn-src-head
mailing list