Install a vm-bhyve(8) man page link

Since the tool's name is `vm-bhyve`, and that's even the title of
the man page, `man vm-bhyve` should work.  Make it so.
This commit is contained in:
Eric van Gyzen
2019-06-04 16:04:23 -05:00
parent af31eba432
commit f49f69526e

View File

@@ -11,6 +11,7 @@ RCDIR=$(DESTDIR)$(PREFIX)/etc/rc.d
CP=/bin/cp
INSTALL=/usr/bin/install
LN=/bin/ln
MKDIR=/bin/mkdir
PROG=vm
@@ -33,6 +34,7 @@ install:
gzip -fk $(MAN)
$(INSTALL) $(MAN).gz $(MANDIR)/
rm -f -- $(MAN).gz
$(LN) -s $(MANDIR)/$(MAN).gz $(MANDIR)/vm-bhyve.8.gz
vmdir:
@if [ -z "${PATH}" ]; then \