Deleted Added
full compact
2c2
< # $FreeBSD: head/Makefile.inc1 222090 2011-05-19 05:13:25Z imp $
---
> # $FreeBSD: head/Makefile.inc1 223148 2011-06-16 12:28:37Z ru $
14a15
> # -DNO_WWWUPDATE do not update www in ${MAKE} update
907c908
< # Update the source tree, by running cvsup and/or running cvs to update to the
---
> # Update the source tree(s), by running cvsup/cvs/svn to update to the
929a931,932
> .if defined(WWWSUPFILE) && !defined(NO_WWWUPDATE)
> @${SUP} ${SUPFLAGS} ${WWWSUPFILE}
930a934
> .endif