svn commit: r288275 - head/usr.bin

Conrad E. Meyer cem at FreeBSD.org
Sat Sep 26 20:26:07 UTC 2015


Author: cem
Date: Sat Sep 26 20:26:05 2015
New Revision: 288275
URL: https://svnweb.freebsd.org/changeset/base/288275

Log:
  Revert r288270 to fix the build
  
  Submitted by:	bdrewery
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/usr.bin/Makefile

Modified: head/usr.bin/Makefile
==============================================================================
--- head/usr.bin/Makefile	Sat Sep 26 17:45:10 2015	(r288274)
+++ head/usr.bin/Makefile	Sat Sep 26 20:26:05 2015	(r288275)
@@ -401,13 +401,6 @@ SUBDIR+=	who
 SUBDIR+=	svn
 .endif
 
-# These are normally only handled for build-tools.  Connect them for
-# all but installing to keep them reasonably connected.
-.if !make(install)
-SUBDIR+=	mkcsmapper_static
-SUBDIR+=	mkesdb_static
-.endif
-
 .include <bsd.arch.inc.mk>
 
 SUBDIR:=	${SUBDIR:O}


More information about the svn-src-head mailing list