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

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

	cp -p config.createJob ${DFO_CONFIG_DIR}/template 
config:
	cp -p config.createJob ${DFO_CONFIG_DIR}
