diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-10-20 14:31:56 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-10-20 14:31:56 +0000 |
commit | e1b6983dda1aba4cd71f5cbe6e879505170de0e6 (patch) | |
tree | 673015c438852d41c35de972509486a1e84b26c1 /security/Makefile | |
parent | 34e568590860da13bcc3743d45071722dcd8f4bf (diff) |
New port: didentd
This is a new port for didentd, an RfC1423 (identd) server for FreeBSD and
Linux written with security and privacy in mind.
Notes
Notes:
svn path=/head/; revision=48993
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 f14abdf69f3d..a1735cb46a0a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -31,6 +31,7 @@ SUBDIR += cryptopp SUBDIR += cyrus-sasl SUBDIR += ddos_scan + SUBDIR += didentd SUBDIR += digest SUBDIR += donkey SUBDIR += drweb |