diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2015-11-23 19:44:39 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2015-11-23 19:44:39 +0000 |
commit | ba23388ab84a9c271f09c87a4e0e2d0b98caa0c5 (patch) | |
tree | 6ed19e5aaee60ee49cb4f702fc36bf3cae83bf6b /share/man/man4/Makefile | |
parent | 99f4158c823c3dea612661de94ffce81751e7a68 (diff) | |
download | src-ba23388ab84a9c271f09c87a4e0e2d0b98caa0c5.tar.gz src-ba23388ab84a9c271f09c87a4e0e2d0b98caa0c5.zip |
Revert r291170
The mlx5* driver(s) are built [*]/installed separate from the OFED stack thanks
to recent refactoring done in the linuxkpi(4) module.
Always install the manpages instead of conditionally installing them if
MK_OFED != no
* Further refactoring of sys/ofed and linuxkpi(4) is pending to fully divorce
mlx5* from ofed headers
MFC after: never
Requested by: hps
Notes
Notes:
svn path=/head/; revision=291220
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r-- | share/man/man4/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 442177ce9d95..3b750184d321 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -274,6 +274,7 @@ MAN= aac.4 \ mk48txx.4 \ mld.4 \ mlx.4 \ + mlx5en.4 \ mly.4 \ mmc.4 \ mmcsd.4 \ @@ -652,6 +653,7 @@ 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 @@ -851,12 +853,6 @@ 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 |