diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-05-14 07:29:47 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-05-14 07:29:47 +0000 |
commit | f57bed09d443d7a942cdfc90a905136b0586bcc2 (patch) | |
tree | ba53fce541a5c6305e12406be23ba0073d03fe4f | |
parent | New port cftp. cftp is another full-screen ftp client. (diff) |
Activate cftp.
Notes
Notes:
svn path=/head/; revision=10980
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index c2603f2189b9..a0c001ccc0b9 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.156 1998/05/05 20:08:00 andreas Exp $ +# $Id: Makefile,v 1.157 1998/05/07 05:20:49 mph Exp $ # SUBDIR += SSLtelnet @@ -11,6 +11,7 @@ SUBDIR += bing SUBDIR += bitchx SUBDIR += cap + SUBDIR += cftp SUBDIR += choparp SUBDIR += clog SUBDIR += cnet |