Date: Mon, 15 Jan 2018 04:52:12 +0000 (UTC) From: Peter Grehan <grehan@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r327990 - head/share/man/man4 Message-ID: <201801150452.w0F4qCEg047042@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: grehan Date: Mon Jan 15 04:52:12 2018 New Revision: 327990 URL: https://svnweb.freebsd.org/changeset/base/327990 Log: The vmm(4) man page is conditional on MK_BHYVE. Submitted by: kevlo Modified: head/share/man/man4/Makefile Modified: head/share/man/man4/Makefile ============================================================================== --- head/share/man/man4/Makefile Mon Jan 15 01:19:11 2018 (r327989) +++ head/share/man/man4/Makefile Mon Jan 15 04:52:12 2018 (r327990) @@ -555,8 +555,8 @@ MAN= aac.4 \ ${_virtio_scsi.4} \ vkbd.4 \ vlan.4 \ - vmm.4 \ vxlan.4 \ + ${_vmm.4} \ ${_vmx.4} \ vpo.4 \ vr.4 \ @@ -875,6 +875,7 @@ MLINKS+=sfxge.4 if_sfxge.4 .if ${MK_BHYVE} != "no" _bhyve.4= bhyve.4 +_vmm.4= vmm.4 .endif .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801150452.w0F4qCEg047042>