diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-02-07 09:13:35 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-02-07 09:13:35 +0800 |
commit | 8b0f2d7bfb44dfe1544f77080a43b172c5fcf781 (patch) | |
tree | 1e645bb73d8e2b994dc639ecb1b19307798eef35 /security/Makefile | |
parent | fa2c3c042db79f64405c1d09736df86fd2dd75db (diff) | |
download | freebsd-ports-gnome-8b0f2d7bfb44dfe1544f77080a43b172c5fcf781.tar.gz freebsd-ports-gnome-8b0f2d7bfb44dfe1544f77080a43b172c5fcf781.tar.zst freebsd-ports-gnome-8b0f2d7bfb44dfe1544f77080a43b172c5fcf781.zip |
add ccrypt 1.2
A command-line utility for encrypting and decrypting files and streams
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 2910c4b0b891..ef7ab26bc6a8 100644 --- a/security/Makefile +++ b/security/Makefile @@ -18,6 +18,7 @@ SUBDIR += bugs SUBDIR += ca-roots SUBDIR += calife + SUBDIR += ccrypt SUBDIR += cfs SUBDIR += cfv SUBDIR += checkpassword |