Print this page
9704 move socket functions to libc

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libilb/Makefile.com
          +++ new/usr/src/lib/libilb/Makefile.com
↓ open down ↓ 36 lines elided ↑ open up ↑
  37   37  INCS +=         -I../common -I$(SRC)/uts/common
  38   38  LDLIBS +=       -lc
  39   39  
  40   40  SRCDIR =        ../common
  41   41  $(LINTLIB) :=   SRCS = $(SRCDIR)/$(LINTSRC)
  42   42  
  43   43  CSTD =  $(CSTD_GNU99)
  44   44  
  45   45  CFLAGS +=       -mt $(CCVERBOSE)
  46   46  CPPFLAGS +=     $(INCS)
  47      -LDLIBS +=       -lsocket
  48   47  
  49   48  .KEEP_STATE:
  50   49  
  51   50  all: $(LIBS)
  52   51  
  53   52  lint: $(LIB_SRCS)
  54   53          $(LINT.c) $(LINTCHECKFLAGS) $(LIB_SRCS) $(LDLIBS)
  55   54  
  56   55  include ../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX