diff options
author | itojun <itojun@FreeBSD.org> | 1998-01-30 13:20:37 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1998-01-30 13:20:37 +0800 |
commit | 2f29f9c056aed34e06f47d9157c6b7fee17e957f (patch) | |
tree | 2715ee026d12a86d1f3c098e1eb8d43d225bbd62 /mail/Makefile | |
parent | 9a44e43255f8b343038ebf42567324d6fa1366a2 (diff) | |
download | freebsd-ports-graphics-2f29f9c056aed34e06f47d9157c6b7fee17e957f.tar.gz freebsd-ports-graphics-2f29f9c056aed34e06f47d9157c6b7fee17e957f.tar.zst freebsd-ports-graphics-2f29f9c056aed34e06f47d9157c6b7fee17e957f.zip |
enable ports/mail/smtpfeed and ports/mail/rblcheck.
smtpfeed: SMTP Fast Exploding External Deliverer for Sendmail
rblcheck: Command-line interface to Paul Vixie's RBL filter
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index 3a6adb8a326..4ef69510a86 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.53 1997/12/08 22:15:59 max Exp $ +# $Id: Makefile,v 1.54 1998/01/09 05:01:09 andreas Exp $ # SUBDIR += adcomplain @@ -37,7 +37,9 @@ SUBDIR += popper SUBDIR += premail SUBDIR += procmail + SUBDIR += rblcheck SUBDIR += smail + SUBDIR += smtpfeed SUBDIR += tkrat SUBDIR += xfaces SUBDIR += xfmail |