summaryrefslogtreecommitdiffstats
path: root/share/man/man4/Makefile
diff options
context:
space:
mode:
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