	$(BIN)/cmprs -O$(NAME)_objs slaved.o $(OBJECTS)
	$(RTE)/ncd $(DISK3) $(RSX_DIR)
	$(RTE)/rteput $(NAME)_objs
	if [ ! -f rsx.$(NAME) ]; then co rsx.$(NAME); fi
	if [ ! -f $(NAME).cat ]; then co $(NAME).cat; fi
	$(RTE)/rteput -a -tabs rsx.$(NAME) $(NAME).cat
	$(RTE)/tsm make -f rsx.$(NAME)
	$(RTE)/rteget -a $(NAME)map
	$(RTE)/rteget $(MAIN)
	if [ ! -w rsx.$(NAME) ]; then rm -f rsx.$(NAME); fi
	if [ ! -w $(NAME).cat ]; then rm -f $(NAME).cat; fi

