diff options
author | cjep <cjep@pkgsrc.org> | 2002-09-22 13:14:24 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-09-22 13:14:24 +0000 |
commit | 9a8885a195b06687d9cf679001462e9c64c57c80 (patch) | |
tree | 3528b7af17ff591d1a86318f33d9b1cdc150fca4 | |
parent | be8111326d0854398488ce066ed283ce86dceed1 (diff) | |
download | pkgsrc-9a8885a195b06687d9cf679001462e9c64c57c80.tar.gz |
Add and enable libesmtp
-rw-r--r-- | mail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index 3bd05aaee31..452c1696e7e 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.142 2002/08/26 16:03:08 hubertf Exp $ +# $NetBSD: Makefile,v 1.143 2002/09/22 13:14:24 cjep Exp $ # COMMENT= Electronic mail utilities @@ -46,6 +46,7 @@ SUBDIR+= imapfilter SUBDIR+= imp SUBDIR+= incm SUBDIR+= ja-mh +SUBDIR+= libesmtp SUBDIR+= mailagent SUBDIR+= mailcrypt SUBDIR+= maildrop |