diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-04 04:37:05 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-04 04:37:05 +0000 |
commit | a460ae7d4e6d7c6dbbc9bdf6a4e2296797e44f62 (patch) | |
tree | 6954b2161e8a6bb303d40a6921d309d9ffaa4565 /security/Makefile | |
parent | de700287aded84f47dd388527638923bf8aad084 (diff) |
add beecrypt, an open source cryptography library
Notes
Notes:
svn path=/head/; revision=39024
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 348a89091d91..054fb622fbdf 100644 --- a/security/Makefile +++ b/security/Makefile @@ -7,6 +7,7 @@ SUBDIR += aide SUBDIR += amavis-perl SUBDIR += apg + SUBDIR += beecrypt SUBDIR += bjorb SUBDIR += bro SUBDIR += bugs |