diff options
author | wosch <wosch@FreeBSD.org> | 1997-09-07 06:29:51 +0800 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-09-07 06:29:51 +0800 |
commit | 9d0689a8872e2b358a68c3f13d5e5d8fc5aa740b (patch) | |
tree | 72b5205c90706844f834b72524c2aa2c78b12cd2 /mail/Makefile | |
parent | 16deb5eb0ad9a45a4e18c3d58d24dc0f72cbf0b3 (diff) | |
download | freebsd-ports-gnome-9d0689a8872e2b358a68c3f13d5e5d8fc5aa740b.tar.gz freebsd-ports-gnome-9d0689a8872e2b358a68c3f13d5e5d8fc5aa740b.tar.zst freebsd-ports-gnome-9d0689a8872e2b358a68c3f13d5e5d8fc5aa740b.zip |
Enable movemail.
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index b67faf666bf7..fb86d38532f9 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 |