svn commit: r245681 - head/share/man/man4

Neel Natu neel at FreeBSD.org
Sun Jan 20 04:04:37 UTC 2013


Author: neel
Date: Sun Jan 20 04:04:37 2013
New Revision: 245681
URL: http://svnweb.freebsd.org/changeset/base/245681

Log:
  Link the bhyve(4) man page to the build so the man page is actually installed.
  
  Pointed out by:	wxs@

Modified:
  head/share/man/man4/Makefile

Modified: head/share/man/man4/Makefile
==============================================================================
--- head/share/man/man4/Makefile	Sun Jan 20 03:55:08 2013	(r245680)
+++ head/share/man/man4/Makefile	Sun Jan 20 04:04:37 2013	(r245681)
@@ -70,6 +70,7 @@ MAN=	aac.4 \
 	bce.4 \
 	bfe.4 \
 	bge.4 \
+	${_bhyve.4} \
 	bktr.4 \
 	blackhole.4 \
 	bpf.4 \
@@ -784,6 +785,7 @@ MLINKS+=lindev.4 full.4
 .endif
 
 .if ${MACHINE_CPUARCH} == "amd64"
+_bhyve.4=	bhyve.4
 _qlxgb.4=	qlxgb.4
 _sfxge.4=	sfxge.4
 


More information about the svn-src-all mailing list