diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-05 20:36:56 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-05 20:36:56 +0800 |
commit | 85a6b89433fde2ede8a692d442a774e7f22b5e2f (patch) | |
tree | c90f71908e38b63d7e3e2e7af0b17a698c1b2739 | |
parent | 2b5303402ee5aa4dbf7d95539b2a68d6956e1f7b (diff) | |
download | freebsd-ports-gnome-85a6b89433fde2ede8a692d442a774e7f22b5e2f.tar.gz freebsd-ports-gnome-85a6b89433fde2ede8a692d442a774e7f22b5e2f.tar.zst freebsd-ports-gnome-85a6b89433fde2ede8a692d442a774e7f22b5e2f.zip |
Enable xfmail.
-rw-r--r-- | mail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index c15be3044b5f..b4b7640582c5 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.14 1995/08/26 07:32:25 asami Exp $ +# $Id: Makefile,v 1.15 1995/09/28 16:48:45 ache Exp $ # SUBDIR += elm @@ -11,5 +11,6 @@ SUBDIR += popper SUBDIR += procmail SUBDIR += smail + SUBDIR += xfmail .include <bsd.port.subdir.mk> |