diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2016-04-16 17:03:38 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2016-04-16 17:03:38 +0000 |
commit | 6a9dd6d1af55fc8581c7024916757f071e6ddd9a (patch) | |
tree | a20d70e04f95d552e891e3a1a47c11aedc889dc1 /mail/Makefile | |
parent | 24ea943106d3111a054d3475f3c6ec410461c037 (diff) |
Add opensmtpd-extras-filter-{dnsbl,pause,regex}
Notes
Notes:
svn path=/head/; revision=413460
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 813f6c1d920c..fbf5249886b8 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -293,6 +293,9 @@ SUBDIR += opensmtpd SUBDIR += opensmtpd-devel SUBDIR += opensmtpd-extras + SUBDIR += opensmtpd-extras-filter-dnsbl + SUBDIR += opensmtpd-extras-filter-pause + SUBDIR += opensmtpd-extras-filter-regex SUBDIR += opensmtpd-extras-filter-spamassassin SUBDIR += opensmtpd-extras-table-mysql SUBDIR += opensmtpd-extras-table-passwd |