diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-03-07 10:52:05 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-03-07 10:52:05 +0000 |
commit | fd0f122f9f50aa144c0243636924688ea5563cbf (patch) | |
tree | 4ae5fede96271f95c4a2822c4bd3a90c651473eb /mail/Makefile | |
parent | update to 1.6.3p7 (diff) |
Add libesmtp, a library for sending email messages via SMTP.
PR: 25269
Submitted by: Anton Berezin <tobez@tobez.org>
Notes
Notes:
svn path=/head/; revision=39177
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 3da8be92dfa8..d7918ec1c3b6 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -47,6 +47,7 @@ SUBDIR += kbiff SUBDIR += knewmail SUBDIR += lbdb + SUBDIR += libesmtp SUBDIR += listar SUBDIR += listmanager SUBDIR += mahogany |