diff options
author | will <will@FreeBSD.org> | 2001-03-11 02:29:41 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-11 02:29:41 +0800 |
commit | 4739d0f153fedbcdabb026234bb82a304ec9a0e0 (patch) | |
tree | ee390e9e9850981540258daf3db297108197d59b /net/Makefile | |
parent | d8b3a464fa6366199083a966277f31796866289c (diff) | |
download | freebsd-ports-graphics-4739d0f153fedbcdabb026234bb82a304ec9a0e0.tar.gz freebsd-ports-graphics-4739d0f153fedbcdabb026234bb82a304ec9a0e0.tar.zst freebsd-ports-graphics-4739d0f153fedbcdabb026234bb82a304ec9a0e0.zip |
Add cryptcat 0.0, which is standard netcat enhanced with twofish
encryption.
PR: 23658
Submitted by: Roman Shterenzon <roman@xpert.com>
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 223674f57fb..212d957a29b 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 |