svn commit: r246869 - projects/bmake/include/arpa

Simon J. Gerraty sjg at FreeBSD.org
Sat Feb 16 01:32:03 UTC 2013


Author: sjg
Date: Sat Feb 16 01:32:03 2013
New Revision: 246869
URL: http://svnweb.freebsd.org/changeset/base/246869

Log:
  ftpd needs telnet.h so install it regardless

Modified:
  projects/bmake/include/arpa/Makefile

Modified: projects/bmake/include/arpa/Makefile
==============================================================================
--- projects/bmake/include/arpa/Makefile	Sat Feb 16 01:23:54 2013	(r246868)
+++ projects/bmake/include/arpa/Makefile	Sat Feb 16 01:32:03 2013	(r246869)
@@ -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>


More information about the svn-src-projects mailing list