summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorcarl <carl@FreeBSD.org>2013-04-30 16:59:25 +0000
committercarl <carl@FreeBSD.org>2013-04-30 16:59:25 +0000
commit6246c992189e1d486521425f9d415ad7e641b15e (patch)
treec01b7ba08ab8785b519dce843c7422af2fdae664 /share
parent1bb72eeda183b8cf70c2db1121093d881c89e0d1 (diff)
downloadFreeBSD-src-6246c992189e1d486521425f9d415ad7e641b15e.zip
FreeBSD-src-6246c992189e1d486521425f9d415ad7e641b15e.tar.gz
Fix the man page installation broken in r250079. Pointy hat to me.
Thanks to Florian Smeets for pointing this out and providing a patch. Submitted by: Florian Smeets <flo@smeets.im> Approved by: jimharris (mentor)
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 2c4eda0..87e459e 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -648,7 +648,8 @@ MLINKS+=netintro.4 net.4 \
netintro.4 networking.4
MLINKS+=${_nfe.4} ${_if_nfe.4}
MLINKS+=nge.4 if_nge.4
-MLINKS+=${_ntb.4} ${_if_ntb.4} ${_ntb_hw.4}
+MLINKS+=${_ntb.4} ${_if_ntb.4} \
+ ${_ntb.4} ${_ntb_hw.4}
MLINKS+=${_nve.4} ${_if_nve.4}
MLINKS+=${_nxge.4} ${_if_nxge.4}
MLINKS+=patm.4 if_patm.4
OpenPOWER on IntegriCloud