diff options
| author | Nate Williams <nate@FreeBSD.org> | 1997-08-19 23:39:07 +0000 |
|---|---|---|
| committer | Nate Williams <nate@FreeBSD.org> | 1997-08-19 23:39:07 +0000 |
| commit | 37507da6967d05ab40c4dbc08a845463d51dfd35 (patch) | |
| tree | 85a5e32eef5ba6a19c5d5ae4c4efd24d6f870b49 /Makefile | |
| parent | cf2c71ccd43d9111f953e276bda6db884a37a717 (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.109.2.9 1997/08/05 03:46:23 asami Exp $ +# $Id: Makefile,v 1.109.2.10 1997/08/11 18:36:35 asami Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -331,7 +331,7 @@ update: @echo "--------------------------------------------------------------" @echo "Updating /usr/src from cvs repository" ${CVSROOT} @echo "--------------------------------------------------------------" - cd ${.CURDIR} && cvs -q update -P -d + cd ${.CURDIR} && cvs -q update -P -d -r RELENG_2_2 .endif # |
