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

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

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

