diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2001-08-01 02:12:39 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2001-08-01 02:12:39 +0000 |
commit | 46051bb0947da338350350f0fe24ec5f22394899 (patch) | |
tree | af4f321ce22c76a524c6a9de11f9654b42eb2993 /etc/sendmail | |
parent | cd3f6b3b205c80051c1b185a8d0afbc22605b133 (diff) | |
download | FreeBSD-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/sendmail')
-rw-r--r-- | etc/sendmail/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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 |