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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libcurses/sparcv9/Makefile
          +++ new/usr/src/lib/libcurses/sparcv9/Makefile
↓ open down ↓ 23 lines elided ↑ open up ↑
  24   24  # Use is subject to license terms.
  25   25  #
  26   26  
  27   27  include ../Makefile.com
  28   28  include ../../Makefile.lib.64
  29   29  
  30   30  .KEEP_STATE:
  31   31  
  32   32  all: $(LIBS)
  33   33  
  34      -install: all $(ROOTLIBS64) $(ROOTLINKS64)
       34 +install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX