mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Build sbin/iscontrol again if MK_ISCSI != no
MFC after: 13 days X-MFC with: r277675 Pointyhat to: me
This commit is contained in:
parent
4e39505449
commit
c01f300b7f
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue