diff options
author | Andy Fiddaman <omnios@citrus-it.co.uk> | 2019-01-14 16:22:41 +0000 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2019-01-16 13:55:13 -0500 |
commit | 1bf8e91c2f089f0b4e9a6f705f162654aa82cfad (patch) | |
tree | f20b093aec6e365706d83cfb11a3362156f65f14 /usr/src | |
parent | 0b4d657578b8f707371421ebae5b3837023b4144 (diff) | |
download | illumos-joyent-1bf8e91c2f089f0b4e9a6f705f162654aa82cfad.tar.gz |
10232 beastie.4th manpage not shipped
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Gergő Mihály Doma <domag02@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/man/man5/Makefile | 4 | ||||
-rw-r--r-- | usr/src/pkg/manifests/system-boot-loader.mf | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/man/man5/Makefile b/usr/src/man/man5/Makefile index 68c7392c97..f9c8923f0d 100644 --- a/usr/src/man/man5/Makefile +++ b/usr/src/man/man5/Makefile @@ -16,6 +16,7 @@ # Copyright 2014 Garrett D'Amore <garrett@damore.org> # Copyright (c) 2015, Joyent, Inc. All rights reserved. # Copyright 2018 Gary Mills +# Copyright 2019 OmniOS Community Edition (OmniOSce) Association. # include $(SRC)/Makefile.master @@ -135,7 +136,8 @@ _MANFILES= Intro.5 \ sparc_MANFILES= -i386_MANFILES= brand.4th.5 \ +i386_MANFILES= beastie.4th.5 \ + brand.4th.5 \ check-password.4th.5 \ color.4th.5 \ delay.4th.5 \ diff --git a/usr/src/pkg/manifests/system-boot-loader.mf b/usr/src/pkg/manifests/system-boot-loader.mf index 4b69fa9098..16e886195a 100644 --- a/usr/src/pkg/manifests/system-boot-loader.mf +++ b/usr/src/pkg/manifests/system-boot-loader.mf @@ -21,6 +21,7 @@ # # Copyright 2016, Toomas Soome <tsoome@me.com> +# Copyright 2019 OmniOS Community Edition (OmniOSce) Association. # # @@ -81,6 +82,7 @@ $(i386_ONLY)file path=boot/loader64.efi group=sys mode=0555 $(i386_ONLY)file path=boot/pmbr group=sys mode=0444 $(i386_ONLY)file path=boot/pxeboot group=sys mode=0444 $(i386_ONLY)file path=usr/share/man/man4/loader.conf.4 +$(i386_ONLY)file path=usr/share/man/man5/beastie.4th.5 $(i386_ONLY)file path=usr/share/man/man5/brand.4th.5 $(i386_ONLY)file path=usr/share/man/man5/check-password.4th.5 $(i386_ONLY)file path=usr/share/man/man5/color.4th.5 |