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