Print this page
2947 split up and ship pam.d/*, adjust Makefiles

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man4/Makefile
          +++ new/usr/src/man/man4/Makefile
↓ open down ↓ 228 lines elided ↑ open up ↑
 229  229                  dumpdates.4                     \
 230  230                  fbtab.4                         \
 231  231                  forward.4                       \
 232  232                  fs.4                            \
 233  233                  hosts.allow.4                   \
 234  234                  hosts.deny.4                    \
 235  235                  intro.4                         \
 236  236                  md.cf.4                         \
 237  237                  mdi_ib_cache.4                  \
 238  238                  mdi_scsi_vhci_cache.4           \
      239 +                pam.d.4                         \
 239  240                  pci_unitaddr_persistent.4       \
 240  241                  pcie.4                          \
 241  242                  qop.4                           \
 242  243                  rhosts.4                        \
 243  244                  sendmail.cf.4                   \
 244  245                  snapshot_cache.4                \
 245  246                  submit.cf.4                     \
 246  247                  volume-defaults.4               \
 247  248                  wtmp.4                          \
 248  249                  wtmpx.4                         \
↓ open down ↓ 21 lines elided ↑ open up ↑
 270  271  
 271  272  hosts.allow.4                   := SOSRC = man4/hosts_access.4
 272  273  hosts.deny.4                    := SOSRC = man4/hosts_access.4
 273  274  
 274  275  fbtab.4                         := SOSRC = man4/logindevperm.4
 275  276  
 276  277  md.cf.4                         := SOSRC = man4/md.tab.4
 277  278  
 278  279  qop.4                           := SOSRC = man4/mech.4
 279  280  
      281 +pam.d.4                         := SOSRC = man4/pam.conf.4
      282 +
 280  283  pcie.4                          := SOSRC = man4/pci.4
 281  284  
 282  285  sendmail.cf.4                   := SOSRC = man4/sendmail.4
 283  286  submit.cf.4                     := SOSRC = man4/sendmail.4
 284  287  
 285  288  isa.4                           := SOSRC = man4/sysbus.4
 286  289  
 287  290  dumpdates.4                     := SOSRC = man4/ufsdump.4
 288  291  
 289  292  wtmp.4                          := SOSRC = man4/utmp.4
 290  293  
 291  294  wtmpx.4                         := SOSRC = man4/utmpx.4
 292  295  
 293  296  volume-defaults.4               := SOSRC = man4/volume-request.4
 294  297  
 295  298  .KEEP_STATE:
 296  299  
 297  300  include ../Makefile.man
 298  301  
 299  302  install: $(ROOTMANFILES)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX