Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jan 2013 04:04:37 +0000 (UTC)
From:      Neel Natu <neel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r245681 - head/share/man/man4
Message-ID:  <201301200404.r0K44bfJ013208@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301200404.r0K44bfJ013208>