diff options
author | ache <ache@FreeBSD.org> | 1996-08-28 18:54:49 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-08-28 18:54:49 +0000 |
commit | f79b9d498c61f152a80a65d2fc786f75c74aac4a (patch) | |
tree | 9129cca42122c5396b044bd2f58f0071f3c7b508 /share/examples/cvsup | |
parent | c1389b645a72b9e8d6d61396997696136dfb047f (diff) | |
download | FreeBSD-src-f79b9d498c61f152a80a65d2fc786f75c74aac4a.zip FreeBSD-src-f79b9d498c61f152a80a65d2fc786f75c74aac4a.tar.gz |
Back out src-tools addition, src-etc target must be fixed instead
Diffstat (limited to 'share/examples/cvsup')
-rw-r--r-- | share/examples/cvsup/standard-supfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/examples/cvsup/standard-supfile b/share/examples/cvsup/standard-supfile index c4607cc..5416d13 100644 --- a/share/examples/cvsup/standard-supfile +++ b/share/examples/cvsup/standard-supfile @@ -1,4 +1,4 @@ -# $Id: standard-supfile,v 1.2 1996/08/21 00:26:30 jkh Exp $ +# $Id: standard-supfile,v 1.3 1996/08/28 18:08:20 ache Exp $ # # This file contains all of the "CVSUP collections" that comprise the FreeBSD # source distribution from the current (new and experimental) development @@ -54,6 +54,5 @@ src-sbin release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr #src-secure release=current host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr/src delete old use-rel-suffix src-share release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=. src-sys release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=. -src-tools release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=. src-usrbin release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=. src-usrsbin release=cvs host=cvsup.FreeBSD.org hostbase=/home base=/usr prefix=/usr delete old use-rel-suffix tag=. |