svn commit: r288269 - head/usr.sbin

Bryan Drewery bdrewery at FreeBSD.org
Sat Sep 26 14:27:22 UTC 2015


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
 


More information about the svn-src-all mailing list