summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-02-11 07:08:32 +0000
committerngie <ngie@FreeBSD.org>2015-02-11 07:08:32 +0000
commitbf4551aa326eb2d4436b7fc27395c12c5fd7c28b (patch)
tree014c298a7b5bf94c53d2954853d7eda012b62a35 /share/man
parentb7391dae4ae82148a179e853c782b7da6f441b70 (diff)
downloadFreeBSD-src-bf4551aa326eb2d4436b7fc27395c12c5fd7c28b.zip
FreeBSD-src-bf4551aa326eb2d4436b7fc27395c12c5fd7c28b.tar.gz
MFC r277675,r277726,r278070:
r277675: Add MK_ISCSI knob for building the iscsi initiator, iscsi daemon, kernel modules, etc Sponsored by: EMC / Isilon Storage Division r277726: Build sbin/iscontrol again if MK_ISCSI != no Pointyhat to: me r278070: Remove duplicate MK_ISCSI block and sort the conditional blocks so this error won't crop up again in the future Reported by: gjb
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 9621a71..651172b 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -208,8 +208,6 @@ MAN= aac.4 \
ipw.4 \
ipwfw.4 \
isci.4 \
- iscsi.4 \
- iscsi_initiator.4 \
isp.4 \
ispfw.4 \
iwi.4 \
@@ -861,6 +859,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
OpenPOWER on IntegriCloud