Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Nov 2015 00:43:23 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r291170 - head/share/man/man4
Message-ID:  <201511230043.tAN0hNDY051580@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511230043.tAN0hNDY051580>