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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/print/libprint/Makefile.com
          +++ new/usr/src/lib/print/libprint/Makefile.com
↓ open down ↓ 23 lines elided ↑ open up ↑
  24   24  #
  25   25  # Copyright (c) 2018, Joyent, Inc.
  26   26  
  27   27  LIBRARY =               libprint.a
  28   28  VERS =                  .2
  29   29  OBJECTS = \
  30   30          list.o ns.o ns_bsd_addr.o ns_cmn_kvp.o \
  31   31          ns_cmn_printer.o nss_convert.o nss_ldap.o nss_printer.o nss_write.o
  32   32  
  33   33  include ../../../Makefile.lib
  34      -include ../../../Makefile.rootfs
  35   34  
  36   35  SRCDIR =        ../common
  37      -
  38      -ROOTLIBDIR=     $(ROOT)/usr/lib
  39   36  
  40   37  LIBS =                  $(DYNLIB)
  41   38  
  42   39  $(LINTLIB):=    SRCS = $(SRCDIR)/$(LINTSRC)
  43   40  
  44   41  CFLAGS +=       $(CCVERBOSE)
  45   42  CPPFLAGS +=     -I$(SRCDIR)
  46   43  CPPFLAGS +=     -I../../head -D_REENTRANT
  47   44  
  48   45  # not linted
↓ open down ↓ 12 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX