diff options
author | John Polstra <jdp@FreeBSD.org> | 1997-11-17 00:48:49 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1997-11-17 00:48:49 +0000 |
commit | 5957d4604326e596dc926b78d1601f7fc18a8185 (patch) | |
tree | ef278429cf595b2cc815fc63521c852ae6928790 | |
parent | New port of the CVSup binary release. (diff) |
Activate cvsup-bin.
Notes
Notes:
svn path=/head/; revision=8673
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 2fb930b299bf..fd0127d2a7da 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.125 1997/11/10 05:09:15 dima Exp $ +# $Id: Makefile,v 1.126 1997/11/11 15:15:30 andreas Exp $ # SUBDIR += archie @@ -10,6 +10,7 @@ SUBDIR += choparp SUBDIR += clog SUBDIR += cvsup + SUBDIR += cvsup-bin SUBDIR += cvsup-mirror SUBDIR += delegate SUBDIR += dgd |