Print this page
mandoc import
   1 #
   2 # This file and its contents are supplied under the terms of the
   3 # Common Development and Distribution License ("CDDL"), version 1.0.
   4 # You may only use this file in accordance with the terms of version
   5 # 1.0 of the CDDL.
   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet
   9 # at http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright 2011, Richard Lowe
  14 # Copyright (c) 2012 by Delphix. All rights reserved.
  15 # Copyright 2013 Nexenta Systems, Inc.  All rights reserved.

  16 #
  17 
  18 include         $(SRC)/Makefile.master
  19 
  20 MANSECT=        5
  21 
  22 MANFILES=       Intro.5                 \
  23                 acl.5                   \
  24                 ad.5                    \
  25                 ascii.5                 \
  26                 attributes.5            \
  27                 audit_binfile.5         \
  28                 audit_remote.5          \
  29                 audit_syslog.5          \
  30                 brands.5                \
  31                 cancellation.5          \
  32                 charmap.5               \
  33                 condition.5             \
  34                 crypt_bsdbf.5           \
  35                 crypt_bsdmd5.5          \
  36                 crypt_sha256.5          \
  37                 crypt_sha512.5          \
  38                 crypt_sunmd5.5          \
  39                 crypt_unix.5            \
  40                 device_clean.5          \
  41                 dhcp.5                  \
  42                 dhcp_modules.5          \
  43                 environ.5               \

  44                 eqnchar.5               \
  45                 extendedFILE.5          \
  46                 filesystem.5            \
  47                 fnmatch.5               \
  48                 formats.5               \
  49                 fsattr.5                \
  50                 grub.5                  \
  51                 gss_auth_rules.5        \
  52                 hal.5                   \
  53                 iconv.5                 \
  54                 iconv_unicode.5         \
  55                 ieee802.11.5            \
  56                 ipfilter.5              \
  57                 isalist.5               \
  58                 kerberos.5              \
  59                 krb5_auth_rules.5       \
  60                 krb5envvar.5            \
  61                 largefile.5             \
  62                 lf64.5                  \
  63                 lfcompile.5             \
  64                 lfcompile64.5           \
  65                 locale.5                \
  66                 man.5                   \
  67                 mansun.5                \


  68                 me.5                    \
  69                 mech_spnego.5           \
  70                 mm.5                    \
  71                 ms.5                    \
  72                 mutex.5                 \
  73                 nfssec.5                \
  74                 pam_allow.5             \
  75                 pam_authtok_check.5     \
  76                 pam_authtok_get.5       \
  77                 pam_authtok_store.5     \
  78                 pam_deny.5              \
  79                 pam_dhkeys.5            \
  80                 pam_dial_auth.5         \
  81                 pam_krb5.5              \
  82                 pam_krb5_migrate.5      \
  83                 pam_ldap.5              \
  84                 pam_list.5              \
  85                 pam_passwd_auth.5       \
  86                 pam_rhosts_auth.5       \
  87                 pam_roles.5             \


  93                 pam_unix_auth.5         \
  94                 pam_unix_cred.5         \
  95                 pam_unix_session.5      \
  96                 pkcs11_kernel.5         \
  97                 pkcs11_softtoken.5      \
  98                 pkcs11_tpm.5            \
  99                 privileges.5            \
 100                 prof.5                  \
 101                 rbac.5                  \
 102                 regex.5                 \
 103                 regexp.5                \
 104                 resource_controls.5     \
 105                 smf.5                   \
 106                 smf_bootstrap.5         \
 107                 smf_method.5            \
 108                 smf_restarter.5         \
 109                 smf_security.5          \
 110                 smf_template.5          \
 111                 standards.5             \
 112                 sticky.5                \

 113                 tecla.5                 \
 114                 term.5                  \
 115                 threads.5               \
 116                 trusted_extensions.5    \
 117                 vgrindefs.5             \
 118                 zones.5                 \
 119                 zpool-features.5
 120 
 121 MANLINKS=       ANSI.5          \
 122                 C++.5           \
 123                 C.5             \
 124                 CSI.5           \
 125                 ISO.5           \
 126                 MT-Level.5      \
 127                 POSIX.1.5       \
 128                 POSIX.2.5       \
 129                 POSIX.5         \
 130                 RBAC.5          \
 131                 SUS.5           \
 132                 SUSv2.5         \


   1 #
   2 # This file and its contents are supplied under the terms of the
   3 # Common Development and Distribution License ("CDDL"), version 1.0.
   4 # You may only use this file in accordance with the terms of version
   5 # 1.0 of the CDDL.
   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet
   9 # at http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright 2011, Richard Lowe
  14 # Copyright (c) 2012 by Delphix. All rights reserved.
  15 # Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  16 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  17 #
  18 
  19 include         $(SRC)/Makefile.master
  20 
  21 MANSECT=        5
  22 
  23 MANFILES=       Intro.5                 \
  24                 acl.5                   \
  25                 ad.5                    \
  26                 ascii.5                 \
  27                 attributes.5            \
  28                 audit_binfile.5         \
  29                 audit_remote.5          \
  30                 audit_syslog.5          \
  31                 brands.5                \
  32                 cancellation.5          \
  33                 charmap.5               \
  34                 condition.5             \
  35                 crypt_bsdbf.5           \
  36                 crypt_bsdmd5.5          \
  37                 crypt_sha256.5          \
  38                 crypt_sha512.5          \
  39                 crypt_sunmd5.5          \
  40                 crypt_unix.5            \
  41                 device_clean.5          \
  42                 dhcp.5                  \
  43                 dhcp_modules.5          \
  44                 environ.5               \
  45                 eqn.5                   \
  46                 eqnchar.5               \
  47                 extendedFILE.5          \
  48                 filesystem.5            \
  49                 fnmatch.5               \
  50                 formats.5               \
  51                 fsattr.5                \
  52                 grub.5                  \
  53                 gss_auth_rules.5        \
  54                 hal.5                   \
  55                 iconv.5                 \
  56                 iconv_unicode.5         \
  57                 ieee802.11.5            \
  58                 ipfilter.5              \
  59                 isalist.5               \
  60                 kerberos.5              \
  61                 krb5_auth_rules.5       \
  62                 krb5envvar.5            \
  63                 largefile.5             \
  64                 lf64.5                  \
  65                 lfcompile.5             \
  66                 lfcompile64.5           \
  67                 locale.5                \
  68                 man.5                   \
  69                 mandoc_char.5           \
  70                 mandoc_roff.5           \
  71                 mdoc.5                  \
  72                 me.5                    \
  73                 mech_spnego.5           \
  74                 mm.5                    \
  75                 ms.5                    \
  76                 mutex.5                 \
  77                 nfssec.5                \
  78                 pam_allow.5             \
  79                 pam_authtok_check.5     \
  80                 pam_authtok_get.5       \
  81                 pam_authtok_store.5     \
  82                 pam_deny.5              \
  83                 pam_dhkeys.5            \
  84                 pam_dial_auth.5         \
  85                 pam_krb5.5              \
  86                 pam_krb5_migrate.5      \
  87                 pam_ldap.5              \
  88                 pam_list.5              \
  89                 pam_passwd_auth.5       \
  90                 pam_rhosts_auth.5       \
  91                 pam_roles.5             \


  97                 pam_unix_auth.5         \
  98                 pam_unix_cred.5         \
  99                 pam_unix_session.5      \
 100                 pkcs11_kernel.5         \
 101                 pkcs11_softtoken.5      \
 102                 pkcs11_tpm.5            \
 103                 privileges.5            \
 104                 prof.5                  \
 105                 rbac.5                  \
 106                 regex.5                 \
 107                 regexp.5                \
 108                 resource_controls.5     \
 109                 smf.5                   \
 110                 smf_bootstrap.5         \
 111                 smf_method.5            \
 112                 smf_restarter.5         \
 113                 smf_security.5          \
 114                 smf_template.5          \
 115                 standards.5             \
 116                 sticky.5                \
 117                 tbl.5                   \
 118                 tecla.5                 \
 119                 term.5                  \
 120                 threads.5               \
 121                 trusted_extensions.5    \
 122                 vgrindefs.5             \
 123                 zones.5                 \
 124                 zpool-features.5
 125 
 126 MANLINKS=       ANSI.5          \
 127                 C++.5           \
 128                 C.5             \
 129                 CSI.5           \
 130                 ISO.5           \
 131                 MT-Level.5      \
 132                 POSIX.1.5       \
 133                 POSIX.2.5       \
 134                 POSIX.5         \
 135                 RBAC.5          \
 136                 SUS.5           \
 137                 SUSv2.5         \