From 3d016773bb256fad74de12ecb7ec1e89e214eff1 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Wed, 3 Jun 2015 17:10:11 +0000 Subject: [PATCH] install nanobsd.sh as a MLINK as that is the .Nm of the man page.. really the man page should be renamed as nanobsd.sh is not installed as nanobsd.. --- share/man/man8/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile index 2b803b62909e..555bbcc57e84 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -13,7 +13,9 @@ MAN= crash.8 \ ${_uefi.8} \ yp.8 -MLINKS= rc.8 rc.atm.8 \ +MLINKS= + nanobsd.8 nanobsd.sh.8 \ + rc.8 rc.atm.8 \ rc.8 rc.d.8 \ rc.8 rc.firewall.8 \ rc.8 rc.local.8 \