Print this page
3087 libuuid has a lot of dependencies

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libuuid/Makefile.com
          +++ new/usr/src/lib/libuuid/Makefile.com
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
       24 +# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
  24   25  #
  25      -# ident "%Z%%M% %I%     %E% SMI"
  26   26  #
  27   27  
  28   28  LIBRARY =       libuuid.a
  29   29  VERS =          .1
  30   30  OBJECTS =       etheraddr.o uuid.o uuid_misc.o
  31   31  
  32   32  include ../../Makefile.lib
  33   33  
  34   34  # install this library in the root filesystem
  35   35  include ../../Makefile.rootfs
  36   36  
  37   37  LIBS =          $(DYNLIB) $(LINTLIB)
  38      -LDLIBS +=       -lsocket -lnsl -lc -ldlpi
       38 +LDLIBS +=       -lsocket -lnsl -lc
  39   39  
  40   40  SRCDIR =        ../common
  41   41  $(LINTLIB):=    SRCS = $(SRCDIR)/$(LINTSRC)
  42   42  
  43   43  CFLAGS +=       $(CCVERBOSE)
  44   44  
  45   45  .KEEP_STATE:
  46   46  
  47   47  all:
  48   48  
  49   49  lint: lintcheck
  50   50  
  51   51  include ../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX