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 2014 Nexenta Systems, Inc.
  16 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  17 # Copyright 2016, Joyent, Inc.
  18 #
  19 
  20 include         $(SRC)/Makefile.master
  21 
  22 MANSECT=        5
  23 
  24 MANFILES=       Intro.5                 \
  25                 acl.5                   \
  26                 ad.5                    \
  27                 ascii.5                 \
  28                 attributes.5            \
  29                 audit_binfile.5         \
  30                 audit_remote.5          \
  31                 audit_syslog.5          \
  32                 brands.5                \
  33                 byteorder.5             \
  34                 cancellation.5          \
  35                 charmap.5               \
  36                 condition.5             \
  37                 crypt_bsdbf.5           \
  38                 crypt_bsdmd5.5          \
  39                 crypt_sha256.5          \
  40                 crypt_sha512.5          \
  41                 crypt_sunmd5.5          \
  42                 crypt_unix.5            \
  43                 device_clean.5          \
  44                 dhcp.5                  \
  45                 environ.5               \
  46                 epoll.5                 \
  47                 eqn.5                   \
  48                 eqnchar.5               \
  49                 eventfd.5               \
  50                 extendedFILE.5          \
  51                 filesystem.5            \
  52                 fnmatch.5               \
  53                 formats.5               \
  54                 fsattr.5                \
  55                 grub.5                  \
  56                 gss_auth_rules.5        \
  57                 hal.5                   \
  58                 iconv.5                 \
  59                 iconv_unicode.5         \
  60                 ieee802.3.5             \
  61                 ieee802.11.5            \
  62                 inotify.5               \
  63                 ipfilter.5              \
  64                 isalist.5               \
  65                 kerberos.5              \
  66                 krb5_auth_rules.5       \
  67                 krb5envvar.5            \
  68                 largefile.5             \
  69                 lf64.5                  \
  70                 lfcompile.5             \
  71                 lfcompile64.5           \
  72                 locale.5                \
  73                 lx.5                    \
  74                 man.5                   \
  75                 mandoc_char.5           \
  76                 mandoc_roff.5           \
  77                 mdoc.5                  \
  78                 me.5                    \
  79                 mech_spnego.5           \
  80                 mm.5                    \
  81                 ms.5                    \
  82                 mutex.5                 \
  83                 nfssec.5                \
  84                 pam_allow.5             \
  85                 pam_authtok_check.5     \
  86                 pam_authtok_get.5       \
  87                 pam_authtok_store.5     \
  88                 pam_deny.5              \
  89                 pam_dhkeys.5            \
  90                 pam_dial_auth.5         \
  91                 pam_krb5.5              \
  92                 pam_krb5_migrate.5      \
  93                 pam_ldap.5              \
  94                 pam_list.5              \
  95                 pam_passwd_auth.5       \
  96                 pam_rhosts_auth.5       \
  97                 pam_roles.5             \
  98                 pam_sample.5            \
  99                 pam_smb_passwd.5        \
 100                 pam_smbfs_login.5       \
 101                 pam_timestamp.5         \
 102                 pam_tsol_account.5      \
 103                 pam_unix_account.5      \
 104                 pam_unix_auth.5         \
 105                 pam_unix_cred.5         \
 106                 pam_unix_session.5      \
 107                 pkcs11_kernel.5         \
 108                 pkcs11_softtoken.5      \
 109                 pkcs11_tpm.5            \
 110                 privileges.5            \
 111                 prof.5                  \
 112                 rbac.5                  \
 113                 regex.5                 \
 114                 regexp.5                \
 115                 resource_controls.5     \
 116                 smf.5                   \
 117                 smf_bootstrap.5         \
 118                 smf_method.5            \
 119                 smf_restarter.5         \
 120                 smf_security.5          \
 121                 smf_template.5          \
 122                 standards.5             \
 123                 sticky.5                \
 124                 tbl.5                   \
 125                 tecla.5                 \
 126                 term.5                  \
 127                 threads.5               \
 128                 timerfd.5               \
 129                 trusted_extensions.5    \
 130                 vgrindefs.5             \
 131                 zones.5                 \
 132                 zpool-features.5
 133 
 134 MANLINKS=       ANSI.5          \
 135                 C++.5           \
 136                 C.5             \
 137                 CSI.5           \
 138                 ISO.5           \
 139                 MT-Level.5      \
 140                 POSIX.1.5       \
 141                 POSIX.2.5       \
 142                 POSIX.5         \
 143                 RBAC.5          \
 144                 SUS.5           \
 145                 SUSv2.5         \
 146                 SUSv3.5         \
 147                 SVID.5          \
 148                 SVID3.5         \
 149                 XNS.5           \
 150                 XNS4.5          \
 151                 XNS5.5          \
 152                 XPG.5           \
 153                 XPG3.5          \
 154                 XPG4.5          \
 155                 XPG4v2.5        \
 156                 advance.5       \
 157                 architecture.5  \
 158                 availability.5  \
 159                 compile.5       \
 160                 endian.5        \
 161                 intro.5         \
 162                 pthreads.5      \
 163                 stability.5     \
 164                 standard.5      \
 165                 step.5          \
 166                 teclarc.5
 167 
 168 intro.5         := LINKSRC = Intro.5
 169 
 170 CSI.5           := LINKSRC = attributes.5
 171 MT-Level.5      := LINKSRC = attributes.5
 172 architecture.5  := LINKSRC = attributes.5
 173 availability.5  := LINKSRC = attributes.5
 174 stability.5     := LINKSRC = attributes.5
 175 standard.5      := LINKSRC = attributes.5
 176 
 177 endian.5        := LINKSRC = byteorder.5
 178 
 179 RBAC.5          := LINKSRC = rbac.5
 180 
 181 advance.5       := LINKSRC = regexp.5
 182 compile.5       := LINKSRC = regexp.5
 183 step.5          := LINKSRC = regexp.5
 184 
 185 ANSI.5          := LINKSRC = standards.5
 186 C++.5           := LINKSRC = standards.5
 187 C.5             := LINKSRC = standards.5
 188 ISO.5           := LINKSRC = standards.5
 189 POSIX.1.5       := LINKSRC = standards.5
 190 POSIX.2.5       := LINKSRC = standards.5
 191 POSIX.5         := LINKSRC = standards.5
 192 SUS.5           := LINKSRC = standards.5
 193 SUSv2.5         := LINKSRC = standards.5
 194 SUSv3.5         := LINKSRC = standards.5
 195 SVID.5          := LINKSRC = standards.5
 196 SVID3.5         := LINKSRC = standards.5
 197 XNS.5           := LINKSRC = standards.5
 198 XNS4.5          := LINKSRC = standards.5
 199 XNS5.5          := LINKSRC = standards.5
 200 XPG.5           := LINKSRC = standards.5
 201 XPG3.5          := LINKSRC = standards.5
 202 XPG4.5          := LINKSRC = standards.5
 203 XPG4v2.5        := LINKSRC = standards.5
 204 
 205 teclarc.5       := LINKSRC = tecla.5
 206 
 207 pthreads.5      := LINKSRC = threads.5
 208 
 209 .KEEP_STATE:
 210 
 211 include         $(SRC)/man/Makefile.man
 212 
 213 install:        $(ROOTMANFILES) $(ROOTMANLINKS)