upgrade:
	if [ -f ${DFO_BIN_DIR}/dfosExplorer ] ; \
	then \
	chmod u+w ${DFO_BIN_DIR}/dfosExplorer ; \
	fi
	mv dfosExplorer ${DFO_BIN_DIR}

	if [ -f ${DFO_DOC_DIR}/dfosExplorer.h ] ; \
	then \
	chmod u+w ${DFO_DOC_DIR}/dfosExplorer.h ; \
	fi
	mv dfosExplorer.h ${DFO_DOC_DIR}

	mv dfosExplorer_help.html ${DFO_MON_DIR}
config:
