diff options
author | eik <eik@FreeBSD.org> | 2004-07-17 03:44:14 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-07-17 03:44:14 +0800 |
commit | d65800fbe5a5744dcc1f06a92ca0881bfe185504 (patch) | |
tree | 469dff998ac619ae6221a97f893aab8ac5c3fd79 /mail/Makefile | |
parent | 2b389ec60108e8c3f5e7ed0f8a0c4a1eae8a10d5 (diff) | |
download | freebsd-ports-gnome-d65800fbe5a5744dcc1f06a92ca0881bfe185504.tar.gz freebsd-ports-gnome-d65800fbe5a5744dcc1f06a92ca0881bfe185504.tar.zst freebsd-ports-gnome-d65800fbe5a5744dcc1f06a92ca0881bfe185504.zip |
Add libspf2 and libsrs2, C implementations SPF + SRS
PR: 68817, 68832
Submitted by: snowchyld@mokney.org
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 8b35894528e3..fe194b8380bf 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -136,7 +136,9 @@ SUBDIR += librfc822 SUBDIR += libspf SUBDIR += libspf-alt + SUBDIR += libspf2 SUBDIR += libsrs + SUBDIR += libsrs2 SUBDIR += listmanager SUBDIR += lmtp2nntp SUBDIR += lmtpd |