From 9078d242bff7ca83061b1e1cd4efb242013cf262 Mon Sep 17 00:00:00 2001 From: Gregory Neil Shapiro Date: Wed, 1 Aug 2001 02:12:39 +0000 Subject: [PATCH] Revert change to always include _FFR_TLS_O_T as it requires FEATURE(access_db) Problem found by: nsayer --- etc/mail/Makefile | 2 -- etc/sendmail/Makefile | 2 -- 2 files changed, 4 deletions(-) diff --git a/etc/mail/Makefile b/etc/mail/Makefile index fed02d38187..12db10562e4 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 228b4da540b..144507668ab 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