diff options
author | Will Andrews <will@FreeBSD.org> | 2001-03-10 18:29:41 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-03-10 18:29:41 +0000 |
commit | edd27061fe5e1d357ee32d86dde9a360ba574d76 (patch) | |
tree | 30071003617752f892d7d91603d837a3d550e9f1 /net/Makefile | |
parent | be6615f0c4a69fb3474be426463723cd3a37e667 (diff) |
Add cryptcat 0.0, which is standard netcat enhanced with twofish
encryption.
PR: 23658
Submitted by: Roman Shterenzon <roman@xpert.com>
Notes
Notes:
svn path=/head/; revision=39443
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 223674f57fb9..212d957a29b4 100644 --- a/net/Makefile +++ b/net/Makefile @@ -47,6 +47,7 @@ SUBDIR += coda_server SUBDIR += crescendo SUBDIR += cricket + SUBDIR += cryptcat SUBDIR += cvsup SUBDIR += cvsup-bin SUBDIR += cvsup-mirror |