diff options
author | Peter Tribble <peter.tribble@gmail.com> | 2019-01-23 10:20:17 +0000 |
---|---|---|
committer | Hans Rosenfeld <hans.rosenfeld@joyent.com> | 2019-01-24 15:29:23 +0100 |
commit | a016ad93bcf2a20e416da9f44cd299eb19ab4c08 (patch) | |
tree | 914afe6b19a3139bc4bda8cc3e59423fcd102ebb /usr/src/man/man5 | |
parent | 0d640b6ed315cfedad6977d67f8dea20725d0b8d (diff) | |
download | illumos-joyent-a016ad93bcf2a20e416da9f44cd299eb19ab4c08.tar.gz |
10274 Some files built but not packaged on sparc
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Diffstat (limited to 'usr/src/man/man5')
-rw-r--r-- | usr/src/man/man5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/man/man5/Makefile b/usr/src/man/man5/Makefile index f9c8923f0d..9eb12d0164 100644 --- a/usr/src/man/man5/Makefile +++ b/usr/src/man/man5/Makefile @@ -17,6 +17,7 @@ # Copyright (c) 2015, Joyent, Inc. All rights reserved. # Copyright 2018 Gary Mills # Copyright 2019 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2019 Peter Tribble # include $(SRC)/Makefile.master @@ -63,7 +64,6 @@ _MANFILES= Intro.5 \ ieee802.11.5 \ ipfilter.5 \ isalist.5 \ - isoboot.5 \ kerberos.5 \ krb5_auth_rules.5 \ krb5envvar.5 \ @@ -142,6 +142,7 @@ i386_MANFILES= beastie.4th.5 \ color.4th.5 \ delay.4th.5 \ gptzfsboot.5 \ + isoboot.5 \ loader.5 \ loader.4th.5 \ menu.4th.5 \ |