diff options
author | ngie <ngie@FreeBSD.org> | 2015-01-26 06:29:07 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-01-26 06:29:07 +0000 |
commit | 87621b19597ca44bd742e885dda35c26848bbe6d (patch) | |
tree | de1ce68fd897c4108c8ce7e32650cb907ec5813f | |
parent | 6b047416be9622d43fcc6acf8feafc498a3f8efc (diff) | |
download | FreeBSD-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/Makefile | 4 |
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 |