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