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

@@ -49,10 +49,11 @@
 MISCOBJS64=     nlist.o
 
 OBJECTS=        $(BLTOBJS)  $(MACHOBJS)  $(COMOBJS)  $(CLASSOBJS) $(MISCOBJS)
 
 include $(SRC)/lib/Makefile.lib
+include $(SRC)/lib/Makefile.rootfs
 
 # Use the value of M4 set in Makefile.master via Makefile.lib
 
 DEMOFILES=      Makefile        00README        acom.c          dcom.c \
                 pcom.c          tpcom.c         dispsyms.c

@@ -93,17 +94,10 @@
 
 BLTSRCS=        $(BLTOBJS:%.o=%.c)
 LIBSRCS=        $(COMOBJS:%.o=../common/%.c)  $(MISCOBJS:%.o=../misc/%.c) \
                 $(MACHOBJS:%.o=%.c)  $(BLTSRCS)
 
-ROOTFS_DYNLIB=          $(DYNLIB:%=$(ROOTFS_LIBDIR)/%)
-
-ROOTFS_DYNLIB64=        $(DYNLIB:%=$(ROOTFS_LIBDIR64)/%)
-
-$(ROOTFS_DYNLIB) :=     FILEMODE= 755
-$(ROOTFS_DYNLIB64) :=   FILEMODE= 755
-
 LIBS =          $(DYNLIB)
 
 CLEANFILES +=   $(BLTSRCS) $(BLTFILES)
 
 .PARALLEL:      $(LIBS)