From fe8b2a9c2c90767a768223498499f3f9e29c1e57 Mon Sep 17 00:00:00 2001 From: ngie Date: Thu, 30 Mar 2017 05:49:46 +0000 Subject: 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. --- share/man/man4/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'share/man/man4/Makefile') 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 -- cgit v1.1