Print this page
lib: move compat links from targetdirs to proper makefiles

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/print/libhttp-core/Makefile.com
          +++ new/usr/src/lib/print/libhttp-core/Makefile.com
↓ open down ↓ 23 lines elided ↑ open up ↑
  24   24  #
  25   25  # Copyright (c) 2018, Joyent, Inc.
  26   26  
  27   27  LIBRARY =               libhttp-core.a
  28   28  VERS =                  .1
  29   29  OBJECTS = http-addr.o http-support.o http.o
  30   30  
  31   31  ROOTLIBDIR =    $(ROOT)/usr/lib/print
  32   32  
  33   33  include ../../../Makefile.lib
  34      -include ../../../Makefile.rootfs
  35   34  
  36   35  SRCDIR =        ../common
  37   36  
  38   37  ROOTLIBDIR=     $(ROOT)/usr/lib/print
  39   38  ROOTLIBDIR64=   $(ROOT)/usr/lib/print/$(MACH)
  40   39  
  41   40  LIBS =                  $(DYNLIB)
  42   41  
  43   42  $(LINTLIB):=    SRCS = $(SRCDIR)/$(LINTSRC)
  44   43  
↓ open down ↓ 21 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX