svn commit: r291170 - head/share/man/man4
Hans Petter Selasky
hps at selasky.org
Mon Nov 23 08:33:48 UTC 2015
On 11/23/15 01:43, Garrett Cooper wrote:
> Author: ngie
> Date: Mon Nov 23 00:43:23 2015
> New Revision: 291170
> URL: https://svnweb.freebsd.org/changeset/base/291170
>
> Log:
> Install mce(4) and mlx5en(4) if MK_OFED != no
>
> MFC after: 1 week
>
> Modified:
> head/share/man/man4/Makefile
>
> Modified: head/share/man/man4/Makefile
> ==============================================================================
> --- head/share/man/man4/Makefile Mon Nov 23 00:40:08 2015 (r291169)
> +++ head/share/man/man4/Makefile Mon Nov 23 00:43:23 2015 (r291170)
> @@ -274,7 +274,6 @@ MAN= aac.4 \
> mk48txx.4 \
> mld.4 \
> mlx.4 \
> - mlx5en.4 \
> mly.4 \
> mmc.4 \
> mmcsd.4 \
> @@ -653,7 +652,6 @@ MLINKS+=lp.4 plip.4
> MLINKS+=malo.4 if_malo.4
> MLINKS+=md.4 vn.4
> MLINKS+=mem.4 kmem.4
> -MLINKS+=mlx5en.4 mce.4
> MLINKS+=mn.4 if_mn.4
> MLINKS+=mos.4 if_mos.4
> MLINKS+=msk.4 if_msk.4
> @@ -853,6 +851,12 @@ MAN+= iscsi_initiator.4
>
> .endif
>
> +.if ${MK_OFED} != "no"
> +MAN+= mlx5en.4
> +
> +MLINKS+=mlx5en.4 mce.4
> +.endif
> +
> .if ${MK_TESTS} != "no"
> ATF= ${.CURDIR}/../../../contrib/atf
> .PATH: ${ATF}/doc
>
>
Hi,
Strictly speaking, mlx5 and mlx5en is not under OFED any more, and the
manual page should be installed by default.
--HPS
More information about the svn-src-all
mailing list