Date: Sat, 26 Sep 2015 14:27:22 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r288269 - head/usr.sbin Message-ID: <201509261427.t8QERMgM004238@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Sat Sep 26 14:27:21 2015 New Revision: 288269 URL: https://svnweb.freebsd.org/changeset/base/288269 Log: Revert r288268. Wrong change committed. Modified: head/usr.sbin/Makefile Modified: head/usr.sbin/Makefile ============================================================================== --- head/usr.sbin/Makefile Sat Sep 26 14:26:08 2015 (r288268) +++ head/usr.sbin/Makefile Sat Sep 26 14:27:21 2015 (r288269) @@ -157,7 +157,7 @@ SUBDIR+= fdwrite SUBDIR+= mtree .endif -.if ${MK_FREEBSD_UPDATE} != "no" && ${MK_RCS} != "no" +.if ${MK_FREEBSD_UPDATE} != "no" SUBDIR+= freebsd-update .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509261427.t8QERMgM004238>