diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-09-06 22:29:51 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-09-06 22:29:51 +0000 |
commit | 1e1c448bab09666669d18ff1f303eb596ff85348 (patch) | |
tree | 1e984222f2eaa945e0649d09ba0966c1d1ff5c1e /mail/Makefile | |
parent | 0010d19ce89905154d3559b01a52e2a516cd7c1d (diff) | |
download | freebsd-ports-1e1c448bab09666669d18ff1f303eb596ff85348.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 |