summaryrefslogtreecommitdiffstats
path: root/share
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 /share
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 'share')
-rw-r--r--share/man/man4/Makefile8
-rw-r--r--share/mk/src.opts.mk1
2 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index ffedc0f..5c07303 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -206,8 +206,6 @@ MAN= aac.4 \
ipw.4 \
ipwfw.4 \
isci.4 \
- iscsi.4 \
- iscsi_initiator.4 \
ismt.4 \
isp.4 \
ispfw.4 \
@@ -860,6 +858,12 @@ _nvram2env.4= nvram2env.4
SUBDIR= man4.${MACHINE_CPUARCH}
.endif
+.if ${MK_ISCSI} != "no"
+MAN+= iscsi.4
+MAN+= iscsi_initiator.4
+
+.endif
+
.if ${MK_TESTS} != "no"
ATF= ${.CURDIR}/../../../contrib/atf
.PATH: ${ATF}/doc
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index b196e38..fc29ace 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -97,6 +97,7 @@ __DEFAULT_YES_OPTIONS = \
INET6 \
IPFILTER \
IPFW \
+ ISCSI \
JAIL \
KDUMP \
KVM \
OpenPOWER on IntegriCloud