diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/arpa/Makefile | 2 |
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 |