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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libmd/i386/Makefile
          +++ new/usr/src/lib/libmd/i386/Makefile
↓ open down ↓ 30 lines elided ↑ open up ↑
  31   31                  skein.o skein_block.o skein_iv.o
  32   32  
  33   33  include         $(SRC)/lib/Makefile.lib
  34   34  include         $(SRC)/lib/Makefile.rootfs
  35   35  include         ../Makefile.com
  36   36  
  37   37  .KEEP_STATE:
  38   38  
  39   39  all:            $(LIBS)
  40   40  
  41      -install:        all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
       41 +install:        all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) $(ROOTCOMPATLINKS)
  42   42  
  43   43  lint:           lintcheck
  44   44  
  45   45  include         ../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX