diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-03 02:59:36 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-03 02:59:36 +0000 |
commit | c5c906f633248f86ba98591fb6211e1c0966ff13 (patch) | |
tree | 37035c245c4672784940d198dfde3680e8da57d7 /mail/Makefile | |
parent | Initial import of mailx version 0.5. (diff) |
Add the mailx, qmail-contrib, and qmailanalog ports.
Notes
Notes:
svn path=/head/; revision=18378
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index 7d6a1cbe09ca..12c9e73ab84a 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.88 1999/04/12 08:18:30 asami Exp $ +# $Id: Makefile,v 1.89 1999/04/17 04:55:52 taoka Exp $ # SUBDIR += adcomplain @@ -27,6 +27,7 @@ SUBDIR += mailagent SUBDIR += mailcrypt SUBDIR += maildrop + SUBDIR += mailx SUBDIR += majorcool SUBDIR += majordomo SUBDIR += mbx2mbox @@ -59,6 +60,8 @@ SUBDIR += premail SUBDIR += procmail SUBDIR += qmail + SUBDIR += qmail-contrib + SUBDIR += qmailanalog SUBDIR += rblcheck SUBDIR += rblsmtpd SUBDIR += rftp |