From c01f300b7ffbea24934d94c38fa8bacf5048171a Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Mon, 26 Jan 2015 06:29:07 +0000 Subject: [PATCH] Build sbin/iscontrol again if MK_ISCSI != no MFC after: 13 days X-MFC with: r277675 Pointyhat to: me --- sbin/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sbin/Makefile b/sbin/Makefile index 111919ee2dd..6825cb65afb 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