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
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to