diff options
author | wosch <wosch@FreeBSD.org> | 1997-09-06 22:29:51 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-09-06 22:29:51 +0000 |
commit | 9d0689a8872e2b358a68c3f13d5e5d8fc5aa740b (patch) | |
tree | 72b5205c90706844f834b72524c2aa2c78b12cd2 /mail | |
parent | 16deb5eb0ad9a45a4e18c3d58d24dc0f72cbf0b3 (diff) | |
download | FreeBSD-ports-9d0689a8872e2b358a68c3f13d5e5d8fc5aa740b.zip FreeBSD-ports-9d0689a8872e2b358a68c3f13d5e5d8fc5aa740b.tar.gz |
Enable movemail.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index b67faf6..fb86d38 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.45 1997/08/13 18:35:22 andreas Exp $ +# $Id: Makefile,v 1.46 1997/08/24 15:50:16 itojun Exp $ # SUBDIR += bulk_mailer @@ -17,6 +17,7 @@ SUBDIR += metamail SUBDIR += mew SUBDIR += mh + SUBDIR += movemail SUBDIR += mutt SUBDIR += mutt.with_pgp SUBDIR += nmh |