diff options
author | wes <wes@FreeBSD.org> | 2001-03-21 13:44:50 +0800 |
---|---|---|
committer | wes <wes@FreeBSD.org> | 2001-03-21 13:44:50 +0800 |
commit | 7498a15a8a64b0958b12a7d01df1412350732028 (patch) | |
tree | a282b6d7a2944c7a82cab859043f72c81a61dd86 /security/Makefile | |
parent | aa642509a4433ea744789b4dddead61422cab2b1 (diff) | |
download | freebsd-ports-graphics-7498a15a8a64b0958b12a7d01df1412350732028.tar.gz freebsd-ports-graphics-7498a15a8a64b0958b12a7d01df1412350732028.tar.zst freebsd-ports-graphics-7498a15a8a64b0958b12a7d01df1412350732028.zip |
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.
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 751e072f02e..954027af25f 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 |