Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 2015 06:29:08 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r277726 - head/sbin
Message-ID:  <201501260629.t0Q6T8sZ050339@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Mon Jan 26 06:29:07 2015
New Revision: 277726
URL: https://svnweb.freebsd.org/changeset/base/277726

Log:
  Build sbin/iscontrol again if MK_ISCSI != no
  
  MFC after: 13 days
  X-MFC with: r277675
  Pointyhat to: me

Modified:
  head/sbin/Makefile

Modified: head/sbin/Makefile
==============================================================================
--- head/sbin/Makefile	Mon Jan 26 06:27:07 2015	(r277725)
+++ head/sbin/Makefile	Mon Jan 26 06:29:07 2015	(r277726)
@@ -100,6 +100,10 @@ SUBDIR+=	ipfw
 SUBDIR+=	natd
 .endif
 
+.if ${MK_ISCSI} != "no"
+SUBDIR+=	iscontrol
+.endif
+
 .if ${MK_NAND} != "no"
 SUBDIR+=	nandfs
 SUBDIR+=	newfs_nandfs



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