From 233b32a19663ffe70595424567baa59da63b3093 Mon Sep 17 00:00:00 2001 From: neel Date: Sun, 20 Jan 2013 04:04:37 +0000 Subject: Link the bhyve(4) man page to the build so the man page is actually installed. Pointed out by: wxs@ --- share/man/man4/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'share') diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 8894cfd..cdd7474 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -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 -- cgit v1.1