diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-05 12:36:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-05 12:36:56 +0000 |
commit | 85a6b89433fde2ede8a692d442a774e7f22b5e2f (patch) | |
tree | c90f71908e38b63d7e3e2e7af0b17a698c1b2739 | |
parent | Change name of dependency, forms -> xforms. (diff) |
Enable xfmail.
Notes
Notes:
svn path=/head/; revision=2268
-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> |