summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-25 04:20:11 +0000
committerngie <ngie@FreeBSD.org>2015-01-25 04:20:11 +0000
commit29002c447a2be3066b7fa926c39a37caedd45c4f (patch)
treecc630dc27e2a1db978ecedeb818121b48dd26c60 /usr.bin/Makefile
parenta0cd5317f225a81a46816691e7edf44ff8c29de5 (diff)
downloadFreeBSD-src-29002c447a2be3066b7fa926c39a37caedd45c4f.zip
FreeBSD-src-29002c447a2be3066b7fa926c39a37caedd45c4f.tar.gz
Add MK_ISCSI knob for building the iscsi initiator, iscsi daemon, kernel
modules, etc MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 7106db7..fb12ef8 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -69,7 +69,6 @@ SUBDIR= ${_addr2line} \
id \
ipcrm \
ipcs \
- iscsictl \
join \
jot \
${_kdump} \
@@ -273,6 +272,10 @@ _mkcsmapper= mkcsmapper
_mkesdb= mkesdb
.endif
+.if ${MK_ISCSI} != "no"
+SUBDIR+= iscsictl
+.endif
+
.if ${MK_KDUMP} != "no"
SUBDIR+= kdump
SUBDIR+= truss
OpenPOWER on IntegriCloud