diff options
author | Wes Peters <wes@FreeBSD.org> | 2001-03-21 05:44:50 +0000 |
---|---|---|
committer | Wes Peters <wes@FreeBSD.org> | 2001-03-21 05:44:50 +0000 |
commit | 33711984a3395b8e30cab1b14a7caab22157132d (patch) | |
tree | 324582d05ca358c9c90d80111be8cf4c128e3189 /security/Makefile | |
parent | Update to version 0.4.12 (diff) |
Add port for 'liedentd', yet another secure ident server. This
one provides random name responses generated via MD5 for each
request.
Obtained from: Softweyr LLC.
Notes
Notes:
svn path=/head/; revision=40148
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 751e072f02e3..954027af25fc 100644 --- a/security/Makefile +++ b/security/Makefile @@ -57,6 +57,7 @@ SUBDIR += libident SUBDIR += libmcrypt SUBDIR += libparanoia + SUBDIR += liedentd SUBDIR += logcheck SUBDIR += lsh SUBDIR += lxnb |