Print this page
9704 move socket functions to libc

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/print/libpapi-common/Makefile.com
          +++ new/usr/src/lib/print/libpapi-common/Makefile.com
↓ open down ↓ 37 lines elided ↑ open up ↑
  38   38  
  39   39  $(LINTLIB):=    SRCS = $(SRCDIR)/$(LINTSRC)
  40   40  
  41   41  CFLAGS +=       $(CCVERBOSE)
  42   42  CPPFLAGS +=     -I$(SRCDIR)
  43   43  
  44   44  CERRWARN +=     -_gcc=-Wno-switch
  45   45  
  46   46  MAPFILES =      $(SRCDIR)/mapfile
  47   47  
  48      -LDLIBS +=       -lc -lsocket -lnsl
       48 +LDLIBS +=       -lc -lnsl
  49   49  
  50   50  .KEEP_STATE:
  51   51  
  52   52  all:    $(LIBS)
  53   53  
  54   54  lint:   lintcheck
  55   55  
  56   56  include ../../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX