Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Sep 2015 20:26:06 +0000 (UTC)
From:      "Conrad E. Meyer" <cem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r288275 - head/usr.bin
Message-ID:  <201509262026.t8QKQ67C068195@repo.freebsd.org>

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



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