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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/storage/liba5k/sparc/Makefile
          +++ new/usr/src/lib/storage/liba5k/sparc/Makefile
↓ open down ↓ 20 lines elided ↑ open up ↑
  21   21  #
  22   22  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  
  25   25  include ../Makefile.com
  26   26  
  27   27  .KEEP_STATE:
  28   28  
  29   29  all: $(LIBS)
  30   30  
  31      -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
       31 +install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) $(ROOTCOMPATLINKS)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX