summaryrefslogtreecommitdiffstats
path: root/share/man/man4/Makefile
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2015-01-26 21:41:54 +0000
committerdim <dim@FreeBSD.org>2015-01-26 21:41:54 +0000
commita53e4d44d0463dae21283fdb3ca61a1e38df799f (patch)
tree6f5baa0292e962bb69dc0020ada66d60ea578642 /share/man/man4/Makefile
parentc9e57e45aceb65bdac0c758538375582075c8a97 (diff)
parent191df99881cad772b533cb8ad72897ab307efdb9 (diff)
downloadFreeBSD-src-a53e4d44d0463dae21283fdb3ca61a1e38df799f.zip
FreeBSD-src-a53e4d44d0463dae21283fdb3ca61a1e38df799f.tar.gz
Merge ^/head r277719 through 277776.
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r--share/man/man4/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 8bfd875..afdd16e 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -835,7 +835,6 @@ _xnb.4= xnb.4
.endif
.if ${MACHINE_CPUARCH} == "amd64"
-_bhyve.4= bhyve.4
_if_ntb.4= if_ntb.4
_ntb.4= ntb.4
_ntb_hw.4= ntb_hw.4
@@ -848,6 +847,10 @@ MLINKS+=qlxge.4 if_qlxge.4
MLINKS+=qlxgb.4 if_qlxgb.4
MLINKS+=qlxgbe.4 if_qlxgbe.4
MLINKS+=sfxge.4 if_sfxge.4
+
+.if ${MK_BHYVE} != "no"
+_bhyve.4= bhyve.4
+.endif
.endif
.if ${MACHINE_CPUARCH} == "mips"
OpenPOWER on IntegriCloud