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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libfakekernel/amd64/Makefile
          +++ new/usr/src/lib/libfakekernel/amd64/Makefile
↓ open down ↓ 21 lines elided ↑ open up ↑
  22   22  #
  23   23  # Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
  26   26  # Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  27   27  #
  28   28  
  29   29  include ../Makefile.com
  30   30  include ../../Makefile.lib.64
  31   31  
  32      -install: all $(ROOTLIBS64) $(ROOTLINKS64)
       32 +install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX