Print this page
9528 Loader man pages should only be installed for x86

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man5/Makefile
          +++ new/usr/src/man/man5/Makefile
↓ open down ↓ 7 lines elided ↑ open up ↑
   8    8  # source.  A copy of the CDDL is also available via the Internet
   9    9  # at http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  #
  13   13  # Copyright 2011, Richard Lowe
  14   14  # Copyright (c) 2012 by Delphix. All rights reserved.
  15   15  # Copyright 2014 Nexenta Systems, Inc.
  16   16  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  17   17  # Copyright (c) 2015, Joyent, Inc.  All rights reserved.
       18 +# Copyright 2018 Gary Mills
  18   19  #
  19   20  
  20   21  include         $(SRC)/Makefile.master
  21   22  
  22   23  MANSECT=        5
  23   24  
  24      -MANFILES=       Intro.5                 \
       25 +_MANFILES=      Intro.5                 \
  25   26                  acl.5                   \
  26   27                  ad.5                    \
  27   28                  ascii.5                 \
  28   29                  attributes.5            \
  29   30                  audit_binfile.5         \
  30   31                  audit_remote.5          \
  31   32                  audit_syslog.5          \
  32      -                brand.4th.5             \
  33   33                  brands.5                \
  34   34                  byteorder.5             \
  35   35                  cancellation.5          \
  36   36                  charmap.5               \
  37      -                check-password.4th.5    \
  38   37                  condition.5             \
  39      -                color.4th.5             \
  40   38                  crypt_bsdbf.5           \
  41   39                  crypt_bsdmd5.5          \
  42   40                  crypt_sha256.5          \
  43   41                  crypt_sha512.5          \
  44   42                  crypt_sunmd5.5          \
  45   43                  crypt_unix.5            \
  46      -                delay.4th.5             \
  47   44                  device_clean.5          \
  48   45                  dhcp.5                  \
  49   46                  environ.5               \
  50   47                  epoll.5                 \
  51   48                  eqn.5                   \
  52   49                  eqnchar.5               \
  53   50                  eventfd.5               \
  54   51                  extendedFILE.5          \
  55   52                  filesystem.5            \
  56   53                  fnmatch.5               \
  57   54                  formats.5               \
  58   55                  fsattr.5                \
  59      -                gptzfsboot.5            \
  60   56                  grub.5                  \
  61   57                  gss_auth_rules.5        \
  62   58                  hal.5                   \
  63   59                  iconv.5                 \
  64   60                  iconv_unicode.5         \
  65   61                  ieee802.3.5             \
  66   62                  ieee802.11.5            \
  67   63                  ipfilter.5              \
  68   64                  isalist.5               \
  69   65                  kerberos.5              \
  70   66                  krb5_auth_rules.5       \
  71   67                  krb5envvar.5            \
  72   68                  largefile.5             \
  73   69                  lf64.5                  \
  74   70                  lfcompile.5             \
  75   71                  lfcompile64.5           \
  76      -                loader.5                \
  77      -                loader.4th.5            \
  78   72                  locale.5                \
  79   73                  man.5                   \
  80   74                  mandoc_char.5           \
  81   75                  mandoc_roff.5           \
  82   76                  mansun.5                \
  83   77                  mdoc.5                  \
  84   78                  me.5                    \
  85   79                  mech_spnego.5           \
  86      -                menu.4th.5              \
  87      -                menusets.4th.5          \
  88   80                  mm.5                    \
  89   81                  ms.5                    \
  90   82                  mutex.5                 \
  91   83                  nfssec.5                \
  92   84                  pam_allow.5             \
  93   85                  pam_authtok_check.5     \
  94   86                  pam_authtok_get.5       \
  95   87                  pam_authtok_store.5     \
  96   88                  pam_deny.5              \
  97   89                  pam_dhkeys.5            \
↓ open down ↓ 12 lines elided ↑ open up ↑
 110  102                  pam_tsol_account.5      \
 111  103                  pam_unix_account.5      \
 112  104                  pam_unix_auth.5         \
 113  105                  pam_unix_cred.5         \
 114  106                  pam_unix_session.5      \
 115  107                  pkcs11_kernel.5         \
 116  108                  pkcs11_softtoken.5      \
 117  109                  pkcs11_tpm.5            \
 118  110                  privileges.5            \
 119  111                  prof.5                  \
 120      -                pxeboot.5               \
 121  112                  rbac.5                  \
 122  113                  regex.5                 \
 123  114                  regexp.5                \
 124  115                  resource_controls.5     \
 125  116                  security-flags.5        \
 126  117                  smf.5                   \
 127  118                  smf_bootstrap.5         \
 128  119                  smf_method.5            \
 129  120                  smf_restarter.5         \
 130  121                  smf_security.5          \
 131  122                  smf_template.5          \
 132  123                  standards.5             \
 133  124                  sticky.5                \
 134  125                  tbl.5                   \
 135  126                  tecla.5                 \
 136  127                  term.5                  \
 137  128                  threads.5               \
 138  129                  timerfd.5               \
 139  130                  trusted_extensions.5    \
 140      -                version.4th.5           \
 141  131                  vgrindefs.5             \
 142      -                zfsloader.5             \
 143  132                  zones.5                 \
 144  133                  zpool-features.5
 145  134  
      135 +sparc_MANFILES=
      136 +
      137 +i386_MANFILES=  brand.4th.5             \
      138 +                check-password.4th.5    \
      139 +                color.4th.5             \
      140 +                delay.4th.5             \
      141 +                gptzfsboot.5            \
      142 +                loader.5                \
      143 +                loader.4th.5            \
      144 +                menu.4th.5              \
      145 +                menusets.4th.5          \
      146 +                pxeboot.5               \
      147 +                version.4th.5           \
      148 +                zfsloader.5
      149 +
 146  150  MANLINKS=       ANSI.5          \
 147  151                  C++.5           \
 148  152                  C.5             \
 149  153                  CSI.5           \
 150  154                  ISO.5           \
 151  155                  MT-Level.5      \
 152  156                  POSIX.1.5       \
 153  157                  POSIX.2.5       \
 154  158                  POSIX.5         \
 155  159                  RBAC.5          \
↓ open down ↓ 14 lines elided ↑ open up ↑
 170  174                  availability.5  \
 171  175                  compile.5       \
 172  176                  endian.5        \
 173  177                  intro.5         \
 174  178                  pthreads.5      \
 175  179                  stability.5     \
 176  180                  standard.5      \
 177  181                  step.5          \
 178  182                  teclarc.5
 179  183  
      184 +MANFILES=       $(_MANFILES) $($(MACH)_MANFILES)
      185 +
 180  186  intro.5         := LINKSRC = Intro.5
 181  187  
 182  188  CSI.5           := LINKSRC = attributes.5
 183  189  MT-Level.5      := LINKSRC = attributes.5
 184  190  architecture.5  := LINKSRC = attributes.5
 185  191  availability.5  := LINKSRC = attributes.5
 186  192  stability.5     := LINKSRC = attributes.5
 187  193  standard.5      := LINKSRC = attributes.5
 188  194  
 189  195  endian.5        := LINKSRC = byteorder.5
↓ open down ↓ 36 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX