Date: Sat, 25 Feb 2017 03:35:26 +0000 (UTC) From: Ngie Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r314244 - head/tools/build/mk Message-ID: <201702250335.v1P3ZQte019003@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Sat Feb 25 03:35:26 2017 New Revision: 314244 URL: https://svnweb.freebsd.org/changeset/base/314244 Log: Remove MK_OBJC block It is no longer represented via src.conf(5) MFC after: 3 days Sponsored by: Dell EMC Isilon Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsoleteFiles.inc ============================================================================== --- head/tools/build/mk/OptionalObsoleteFiles.inc Sat Feb 25 03:34:22 2017 (r314243) +++ head/tools/build/mk/OptionalObsoleteFiles.inc Sat Feb 25 03:35:26 2017 (r314244) @@ -7014,10 +7014,6 @@ OLD_FILES+=usr/share/man/man8/ntpq.8.gz OLD_FILES+=usr/share/man/man8/ntptime.8.gz .endif -#.if ${MK_OBJC} == no -# to be filled in -#.endif - .if ${MK_OPENSSH} == no OLD_FILES+=etc/rc.d/sshd OLD_FILES+=etc/ssh/moduli
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702250335.v1P3ZQte019003>