diff options
author | cjep <cjep> | 2002-09-22 13:14:24 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-09-22 13:14:24 +0000 |
commit | 2d7c8cdebc808699c90027d1352ba9a4aa510b48 (patch) | |
tree | 3528b7af17ff591d1a86318f33d9b1cdc150fca4 | |
parent | 543d452b1b0771762d6c2fcbf0de9e21957901e8 (diff) | |
download | pkgsrc-2d7c8cdebc808699c90027d1352ba9a4aa510b48.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 |