diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-04-11 15:08:25 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-04-11 15:08:25 +0000 |
commit | d47f67164c47e34cb12d03c333ef78f50ae9aa4c (patch) | |
tree | 22e46eb16355d561163317dea9050593db723353 /net/Makefile | |
parent | It is a telnet/telnetd program support SSL encryption (diff) |
Activate SSLtelnet.
Notes
Notes:
svn path=/head/; revision=10476
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 00c2c10a4c3f..496c3a4c5589 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,6 +1,7 @@ -# $Id: Makefile,v 1.149 1998/03/19 06:06:28 obrien Exp $ +# $Id: Makefile,v 1.150 1998/04/04 04:59:26 obrien Exp $ # + SUBDIR += SSLtelnet SUBDIR += archie SUBDIR += arpwatch SUBDIR += ascend-radius |