diff --git a/Makefile.inc1 b/Makefile.inc1 index 95bac4e39ae4..af783a135477 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -425,7 +425,7 @@ update: @echo "--------------------------------------------------------------" @echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT} @echo "--------------------------------------------------------------" - cd ${.CURDIR}; cvs -q update -P -d + cd ${.CURDIR}; cvs -q update -A -P -d .endif #