diff options
author | asami <asami@FreeBSD.org> | 1995-10-05 20:36:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-05 20:36:56 +0800 |
commit | 4a775983488154e69c9f86108a5983829988a302 (patch) | |
tree | 4d6440b0980793300e3164791f31478da3bb4f1b /mail/Makefile | |
parent | 1cd4758caf2f727f9457cf2af79d13cfad3a6b8a (diff) | |
download | freebsd-ports-gnome-4a775983488154e69c9f86108a5983829988a302.tar.gz freebsd-ports-gnome-4a775983488154e69c9f86108a5983829988a302.tar.zst freebsd-ports-gnome-4a775983488154e69c9f86108a5983829988a302.zip |
Enable xfmail.
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 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> |