summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-02-11 07:21:16 +0000
committerngie <ngie@FreeBSD.org>2015-02-11 07:21:16 +0000
commita01a4bc555315e8086d5487b5269753486cd0432 (patch)
tree4c5084ce8a3659c4a653ec683838e91344216394 /share/man
parente146e39f9f07de6c687d47fbc4a72d61eca828e8 (diff)
downloadFreeBSD-src-a01a4bc555315e8086d5487b5269753486cd0432.zip
FreeBSD-src-a01a4bc555315e8086d5487b5269753486cd0432.tar.gz
MFC r277727:
r277727: Add MK_BHYVE knob for building and installing bhyve(4), et al Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share/man')
-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 651172b..8a7165b 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -836,7 +836,6 @@ MLINKS+=lindev.4 full.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
@@ -849,6 +848,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