summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2001-08-01 02:12:39 +0000
committergshapiro <gshapiro@FreeBSD.org>2001-08-01 02:12:39 +0000
commit46051bb0947da338350350f0fe24ec5f22394899 (patch)
treeaf4f321ce22c76a524c6a9de11f9654b42eb2993 /etc
parentcd3f6b3b205c80051c1b185a8d0afbc22605b133 (diff)
downloadFreeBSD-src-46051bb0947da338350350f0fe24ec5f22394899.zip
FreeBSD-src-46051bb0947da338350350f0fe24ec5f22394899.tar.gz
Revert change to always include _FFR_TLS_O_T as it requires FEATURE(access_db)
Problem found by: nsayer
Diffstat (limited to 'etc')
-rw-r--r--etc/mail/Makefile2
-rw-r--r--etc/sendmail/Makefile2
2 files changed, 0 insertions, 4 deletions
diff --git a/etc/mail/Makefile b/etc/mail/Makefile
index fed02d3..12db105 100644
--- a/etc/mail/Makefile
+++ b/etc/mail/Makefile
@@ -39,8 +39,6 @@
# uucpdomain, virtusertable
#
-SENDMAIL_M4_FLAGS+= -D_FFR_TLS_O_T
-
.ifndef SENDMAIL_MC
SENDMAIL_MC!= hostname
SENDMAIL_MC:= ${SENDMAIL_MC}.mc
diff --git a/etc/sendmail/Makefile b/etc/sendmail/Makefile
index 228b4da..1445076 100644
--- a/etc/sendmail/Makefile
+++ b/etc/sendmail/Makefile
@@ -10,8 +10,6 @@ SENDMAIL_DIR= ${.CURDIR}/../../contrib/sendmail
SMDIR= ${SENDMAIL_DIR}/src
CFDIR= ${SENDMAIL_DIR}/cf
-SENDMAIL_M4_FLAGS+= -D_FFR_TLS_O_T
-
# this is overkill, but....
M4FILES!= find ${CFDIR} -type f -name '*.m4' -print
OpenPOWER on IntegriCloud