diff options
author | Will Andrews <will@FreeBSD.org> | 2000-10-28 03:06:49 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-10-28 03:06:49 +0000 |
commit | be8168529b55361dabbbe5da4b53837f63bb73d7 (patch) | |
tree | 8c18e0b8bb6ede915235e9758971b363f55e3b9c /mail/Makefile | |
parent | Add gengetopt 2.1, a program that will generate a C function that uses (diff) |
Add pop3gwd 1.2, an app-level proxy for mail retrieval behind firewalls.
It appears to have been heavily audited (at least as far as string format
paranoia goes, and optimizes: snprintf() -> strlcpy()).
PR: 22123
Submitted by: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
Obtained from: OpenBSD
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index e9a023c600c0..e105073294d8 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -91,6 +91,7 @@ SUBDIR += pine4 SUBDIR += pine4-ssl SUBDIR += pmail + SUBDIR += pop3gwd SUBDIR += popa3d SUBDIR += poppassd SUBDIR += popper |