summaryrefslogtreecommitdiffstats
path: root/include/arpa/Makefile
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2013-02-16 01:32:03 +0000
committersjg <sjg@FreeBSD.org>2013-02-16 01:32:03 +0000
commitf1a6b192dc065a848e505e702100f5948dc5105e (patch)
tree734ccd88d9be66cbde8be7cc73b21e488297b341 /include/arpa/Makefile
parent0ee5295509f95c5780976697a2d3539b994458ca (diff)
downloadFreeBSD-src-f1a6b192dc065a848e505e702100f5948dc5105e.zip
FreeBSD-src-f1a6b192dc065a848e505e702100f5948dc5105e.tar.gz
ftpd needs telnet.h so install it regardless
Diffstat (limited to 'include/arpa/Makefile')
-rw-r--r--include/arpa/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/arpa/Makefile b/include/arpa/Makefile
index be1e7e3..2e29e2c 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>
OpenPOWER on IntegriCloud