diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-04 19:43:30 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-04 19:43:30 +0000 |
commit | 56a8fabac04187d0b8cd2c3f96f9faef4a45baae (patch) | |
tree | 9ca775763eb8730224ed72fdcbb84621529c18e3 | |
parent | 47c434f9bb9d52796e193942ae440d660ea3a584 (diff) | |
download | freebsd-ports-56a8fabac04187d0b8cd2c3f96f9faef4a45baae.zip |
Turn on xmailbox.
-rw-r--r-- | mail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index e6fc6ec32eb5..833662847047 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.64 1998/06/14 17:35:00 andreas Exp $ +# $Id: Makefile,v 1.65 1998/06/25 22:37:26 max Exp $ # SUBDIR += adcomplain @@ -54,6 +54,7 @@ SUBDIR += xfmail SUBDIR += xlbiff SUBDIR += xmail + SUBDIR += xmailbox SUBDIR += xpbiff SUBDIR += xpbiff-youbin SUBDIR += youbin |