diff options
author | schmonz <schmonz> | 2005-04-20 11:02:22 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2005-04-20 11:02:22 +0000 |
commit | 41cdc6f33bbdb94189d5c3d83116e88b312a46a2 (patch) | |
tree | 95b9adafe072eb2af85648cad69e4c623760e686 | |
parent | fe610e572d403f011b262279ccc630504facd479 (diff) | |
download | pkgsrc-41cdc6f33bbdb94189d5c3d83116e88b312a46a2.tar.gz |
Add and enable mb2md.
-rw-r--r-- | mail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index 08e8beef100..089e573d4d7 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.259 2005/04/18 16:41:06 wiz Exp $ +# $NetBSD: Makefile,v 1.260 2005/04/20 11:02:22 schmonz Exp $ # COMMENT= Electronic mail utilities @@ -92,6 +92,7 @@ SUBDIR+= mailsync SUBDIR+= mailwrapper SUBDIR+= mairix SUBDIR+= majordomo +SUBDIR+= mb2md SUBDIR+= mdfrm SUBDIR+= mess822 SUBDIR+= metamail |