Print this page
*** NO COMMENTS ***

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/librpcsvc/Makefile.com
          +++ new/usr/src/lib/librpcsvc/Makefile.com
↓ open down ↓ 37 lines elided ↑ open up ↑
  38   38  
  39   39  # install this library in the root filesystem
  40   40  include ../../Makefile.rootfs
  41   41  
  42   42  SRCDIR =        ../common
  43   43  
  44   44  pics/%.o: ../common/%.c
  45   45          $(COMPILE.c) -o $@ $<
  46   46          $(POST_PROCESS_O)
  47   47  
  48      -LIBS = $(DYNLIB)
       48 +LIBS = $(DYNLIB) $(LINTLIB)
  49   49  
  50   50  CPPFLAGS += -DYP
       51 +
       52 +$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC)
       53 +
  51   54  LDLIBS += -lnsl -lc
  52   55  
  53   56  .KEEP_STATE:
  54   57  
  55   58  lint:   lintcheck
  56   59  
  57   60  # include library targets
  58   61  include ../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX