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

@@ -12,11 +12,11 @@
 #
 # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
 #
 
 include         $(SRC)/lib/Makefile.filter.com
-include         ../Makefile.com
 include         $(SRC)/lib/Makefile.lib.64
+include         ../Makefile.com
 
-install:        $(ROOTLIBS64) $(ROOTLINKS64)
+install:        $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)
 
 include         $(SRC)/lib/Makefile.filter.targ