Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2013 01:32:03 +0000 (UTC)
From:      "Simon J. Gerraty" <sjg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r246869 - projects/bmake/include/arpa
Message-ID:  <201302160132.r1G1W3wB080739@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302160132.r1G1W3wB080739>