Print this page
5470 libz should be part of illumos
1002 Integrate zlib

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3/Makefile
          +++ new/usr/src/man/man3/Makefile
↓ open down ↓ 4 lines elided ↑ open up ↑
   5    5  # 1.0 of the CDDL.
   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 2014 Nexenta Systems, Inc.  All rights reserved.
       15 +# Copyright 2015 Gary Mills
  15   16  #
  16   17  
  17   18  include         $(SRC)/Makefile.master
  18   19  
  19   20  MANSECT=        3
  20   21  
  21   22  MANFILES=       Intro.3         \
  22      -                hosts_access.3
       23 +                hosts_access.3  \
       24 +                zlib.3
  23   25  
  24   26  MANLINKS=       intro.3         \
  25   27                  hosts_ctl.3     \
  26   28                  libwrap.3       \
  27   29                  request_init.3  \
  28      -                request_set.3
       30 +                request_set.3   \
       31 +                libz.3
  29   32  
  30   33  intro.3         := LINKSRC = Intro.3
  31   34  
  32   35  hosts_ctl.3     := LINKSRC = hosts_access.3
  33   36  libwrap.3       := LINKSRC = hosts_access.3
  34   37  request_init.3  := LINKSRC = hosts_access.3
  35   38  request_set.3   := LINKSRC = hosts_access.3
  36   39  
       40 +libz.3          := LINKSRC = zlib.3
       41 +
  37   42  .KEEP_STATE:
  38   43  
  39   44  include         $(SRC)/man/Makefile.man
  40   45  
  41   46  install:        $(ROOTMANFILES) $(ROOTMANLINKS)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX