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

@@ -28,16 +28,13 @@
 
 CPPFLAGS +=     -I../../../../uts/intel/amd64/krtld
 
 .KEEP_STATE:
 
-ROOTFS_DYNLIB64 =       $(DYNLIB:%=$(ROOTFS_LIBDIR64)/%)
-$(ROOTFS_DYNLIB64) :=   FILEMODE=755
-
 all:            $(DYNLIB) $(LIBLINKS)
 
-install:        all $(ROOTFS_DYNLIB64)
+install:        all $(ROOTLIBS64) $(ROOTCOMPATLINKS64)
 
 CPPFLAGS +=     -D_ELF64
 
 
 include         $(SRC)/cmd/sgs/librtld/Makefile.targ