summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-26 06:29:07 +0000
committerngie <ngie@FreeBSD.org>2015-01-26 06:29:07 +0000
commit87621b19597ca44bd742e885dda35c26848bbe6d (patch)
treede1ce68fd897c4108c8ce7e32650cb907ec5813f
parent6b047416be9622d43fcc6acf8feafc498a3f8efc (diff)
downloadFreeBSD-src-87621b19597ca44bd742e885dda35c26848bbe6d.zip
FreeBSD-src-87621b19597ca44bd742e885dda35c26848bbe6d.tar.gz
Build sbin/iscontrol again if MK_ISCSI != no
MFC after: 13 days X-MFC with: r277675 Pointyhat to: me
-rw-r--r--sbin/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 111919e..6825cb6 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -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
OpenPOWER on IntegriCloud