diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-26 17:21:51 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-26 17:21:51 +0000 |
commit | 7644d6375e9493f94270549c2746e02446340521 (patch) | |
tree | 72ffcd932378c6ef254bd6dc62d3b1b4c878b9b8 /security/Makefile | |
parent | 82367010fcc5d41de9b94094f50ecb9c7b0995cd (diff) |
Add new port rc5pipe: RC5 en-/decryption via UNIX pipes
PR: ports/39880
Submitted by: Frerich Raabe <frerich.raabe@gmx.de>
Notes
Notes:
svn path=/head/; revision=62028
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 d94f0a2da8c4..b2a3711b8331 100644 --- a/security/Makefile +++ b/security/Makefile @@ -215,6 +215,7 @@ SUBDIR += radiusniff SUBDIR += rain SUBDIR += rats + SUBDIR += rc5pipe SUBDIR += rid SUBDIR += rsaref SUBDIR += ruby-acl |