Print this page
9704 move socket functions to libc

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libvrrpadm/Makefile.com
          +++ new/usr/src/lib/libvrrpadm/Makefile.com
↓ open down ↓ 25 lines elided ↑ open up ↑
  26   26  LIBRARY = libvrrpadm.a
  27   27  VERS    = .1
  28   28  OBJECTS = libvrrpadm.o
  29   29  
  30   30  include ../../Makefile.lib
  31   31  
  32   32  # install this library in the root filesystem
  33   33  #include ../../Makefile.rootfs
  34   34  
  35   35  LIBS =          $(DYNLIB) $(LINTLIB)
  36      -LDLIBS +=       -lc -lsocket -ldladm -lscf
       36 +LDLIBS +=       -lc -ldladm -lscf
  37   37  
  38   38  SRCDIR =        ../common
  39   39  $(LINTLIB) :=   SRCS = $(SRCDIR)/$(LINTSRC)
  40   40  
  41   41  CFLAGS +=       $(CCVERBOSE)
  42   42  CPPFLAGS +=     -I$(SRCDIR) -D_REENTRANT
  43   43  
  44   44  CSTD =  $(CSTD_GNU99)
  45   45  
  46   46  .KEEP_STATE:
  47   47  
  48   48  all:            $(LIBS)
  49   49  
  50   50  lint:           lintcheck
  51   51  
  52   52  include $(SRC)/lib/Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX