aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/arpa/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/arpa/Makefile b/include/arpa/Makefile
index be1e7e3b00c3..2e29e2c88333 100644
--- a/include/arpa/Makefile
+++ b/include/arpa/Makefile
@@ -3,9 +3,8 @@
.include <bsd.own.mk>
INCS= ftp.h inet.h nameser.h nameser_compat.h tftp.h
-.if ${MK_TELNET} == "no"
INCS+= telnet.h
-.endif
+
INCSDIR=${INCLUDEDIR}/arpa
.include <bsd.prog.mk>