From b10ee2605ded62e88324b13cf411f046fca756ca Mon Sep 17 00:00:00 2001 From: brooks Date: Fri, 25 Jan 2013 17:40:10 +0000 Subject: MK_* variable should be compared to "no" not "NO". Submitted by: "b.f." --- include/arpa/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.1