summaryrefslogtreecommitdiffstats
path: root/share/man/man4/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-03-30 05:49:46 +0000
committerngie <ngie@FreeBSD.org>2017-03-30 05:49:46 +0000
commitfe8b2a9c2c90767a768223498499f3f9e29c1e57 (patch)
tree2df708be6b01b80fb202ec625d1c0a65db4ea2f0 /share/man/man4/Makefile
parent80b1348ccdb91e865ee10b08dedd25fbacda3b61 (diff)
downloadFreeBSD-src-fe8b2a9c2c90767a768223498499f3f9e29c1e57.zip
FreeBSD-src-fe8b2a9c2c90767a768223498499f3f9e29c1e57.tar.gz
MFstable/11 r316229:
Backport mlx4{en,ib}(4) from ^/head MFCing other pieces would be very structurally disruptive. This just brings back the manpages so they can be used by end-users and to ease future backports.
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r--share/man/man4/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 0ac7e69..5197b4c 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -265,6 +265,7 @@ MAN= aac.4 \
mk48txx.4 \
mld.4 \
mlx.4 \
+ mlx4en.4 \
mlx5en.4 \
mly.4 \
mmc.4 \
@@ -860,6 +861,10 @@ MAN+= iscsi_initiator.4
.endif
+.if ${MK_OFED} != "no"
+MAN+= mlx4ib.4
+.endif
+
.if ${MK_TESTS} != "no"
ATF= ${.CURDIR}/../../../contrib/atf
.PATH: ${ATF}/doc
OpenPOWER on IntegriCloud