Date: Mon, 23 Nov 2015 09:35:29 +0100 From: Hans Petter Selasky <hps@selasky.org> To: Garrett Cooper <ngie@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r291170 - head/share/man/man4 Message-ID: <5652CFD1.5040508@selasky.org> In-Reply-To: <201511230043.tAN0hNDY051580@repo.freebsd.org> References: <201511230043.tAN0hNDY051580@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5652CFD1.5040508>