Print this page
mandoc import

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man5/Makefile
          +++ new/usr/src/man/man5/Makefile
↓ open down ↓ 5 lines elided ↑ open up ↑
   6    6  #
   7    7  # A full copy of the text of the CDDL should have accompanied this
   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 2013 Nexenta Systems, Inc.  All rights reserved.
       16 +# Copyright 2014 Garrett D'Amore <garrett@damore.org>
  16   17  #
  17   18  
  18   19  include         $(SRC)/Makefile.master
  19   20  
  20   21  MANSECT=        5
  21   22  
  22   23  MANFILES=       Intro.5                 \
  23   24                  acl.5                   \
  24   25                  ad.5                    \
  25   26                  ascii.5                 \
↓ open down ↓ 8 lines elided ↑ open up ↑
  34   35                  crypt_bsdbf.5           \
  35   36                  crypt_bsdmd5.5          \
  36   37                  crypt_sha256.5          \
  37   38                  crypt_sha512.5          \
  38   39                  crypt_sunmd5.5          \
  39   40                  crypt_unix.5            \
  40   41                  device_clean.5          \
  41   42                  dhcp.5                  \
  42   43                  dhcp_modules.5          \
  43   44                  environ.5               \
       45 +                eqn.5                   \
  44   46                  eqnchar.5               \
  45   47                  extendedFILE.5          \
  46   48                  filesystem.5            \
  47   49                  fnmatch.5               \
  48   50                  formats.5               \
  49   51                  fsattr.5                \
  50   52                  grub.5                  \
  51   53                  gss_auth_rules.5        \
  52   54                  hal.5                   \
  53   55                  iconv.5                 \
↓ open down ↓ 3 lines elided ↑ open up ↑
  57   59                  isalist.5               \
  58   60                  kerberos.5              \
  59   61                  krb5_auth_rules.5       \
  60   62                  krb5envvar.5            \
  61   63                  largefile.5             \
  62   64                  lf64.5                  \
  63   65                  lfcompile.5             \
  64   66                  lfcompile64.5           \
  65   67                  locale.5                \
  66   68                  man.5                   \
  67      -                mansun.5                \
       69 +                mandoc_char.5           \
       70 +                mandoc_roff.5           \
       71 +                mdoc.5                  \
  68   72                  me.5                    \
  69   73                  mech_spnego.5           \
  70   74                  mm.5                    \
  71   75                  ms.5                    \
  72   76                  mutex.5                 \
  73   77                  nfssec.5                \
  74   78                  pam_allow.5             \
  75   79                  pam_authtok_check.5     \
  76   80                  pam_authtok_get.5       \
  77   81                  pam_authtok_store.5     \
↓ open down ↓ 25 lines elided ↑ open up ↑
 103  107                  regexp.5                \
 104  108                  resource_controls.5     \
 105  109                  smf.5                   \
 106  110                  smf_bootstrap.5         \
 107  111                  smf_method.5            \
 108  112                  smf_restarter.5         \
 109  113                  smf_security.5          \
 110  114                  smf_template.5          \
 111  115                  standards.5             \
 112  116                  sticky.5                \
      117 +                tbl.5                   \
 113  118                  tecla.5                 \
 114  119                  term.5                  \
 115  120                  threads.5               \
 116  121                  trusted_extensions.5    \
 117  122                  vgrindefs.5             \
 118  123                  zones.5                 \
 119  124                  zpool-features.5
 120  125  
 121  126  MANLINKS=       ANSI.5          \
 122  127                  C++.5           \
↓ open down ↓ 75 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX