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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"