include Define.inc

cvsupdate::
	cvs -d $(EOS_CVSROOT) update

cvscommit::
	cvs -d $(EOS_CVSROOT) commit -R

include Target.inc
