Build sbin/iscontrol again if MK_ISCSI != no

MFC after: 13 days
X-MFC with: r277675
Pointyhat to: me
This commit is contained in:
Enji Cooper 2015-01-26 06:29:07 +00:00
parent 4e39505449
commit c01f300b7f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=277726

View File

@ -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