svn commit: r277726 - head/sbin

Garrett Cooper ngie at FreeBSD.org
Mon Jan 26 06:29:08 UTC 2015


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


More information about the svn-src-head mailing list