diff options
author | max <max@FreeBSD.org> | 1996-10-15 12:58:30 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-10-15 12:58:30 +0800 |
commit | e65bc1058a0c8c6fe438517a9398fbf8d93c95be (patch) | |
tree | 3b987be73b3cb8810cfb4e75267bb8ed3cb1a15f /mail | |
parent | 24c7002f4cc27e89fd2f308908388ef4cd9329e8 (diff) | |
download | freebsd-ports-gnome-e65bc1058a0c8c6fe438517a9398fbf8d93c95be.tar.gz freebsd-ports-gnome-e65bc1058a0c8c6fe438517a9398fbf8d93c95be.tar.zst freebsd-ports-gnome-e65bc1058a0c8c6fe438517a9398fbf8d93c95be.zip |
Activated fetchmail which was submitted by Ville Eerola <ve@sci.fi>.
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 4faa1f3fee87..4ba2dac3130b 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.26 1996/09/29 17:03:58 max Exp $ +# $Id: Makefile,v 1.27 1996/10/10 15:06:54 peter Exp $ # SUBDIR += elm SUBDIR += exim SUBDIR += exmh + SUBDIR += fetchmail SUBDIR += mailagent SUBDIR += majordomo SUBDIR += metamail |