diff options
author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2000-10-12 17:04:32 +0000 |
---|---|---|
committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2000-10-12 17:04:32 +0000 |
commit | cec19acfbc8afa080620346cd6f897017ca49cf5 (patch) | |
tree | c11d4df98f432d35577191c25e50cf8241bff237 /secure/usr.sbin/sendmail/Makefile | |
parent | 89d755e156ecf2eafe98fcf947b2a4cfe9b1a75a (diff) | |
download | src-cec19acfbc8afa080620346cd6f897017ca49cf5.tar.gz src-cec19acfbc8afa080620346cd6f897017ca49cf5.zip |
Remove STARTTLS support as it breaks builds without crypto installed.
Waiting to hear back regarding the best way to do this.
Notes
Notes:
svn path=/head/; revision=67029
Diffstat (limited to 'secure/usr.sbin/sendmail/Makefile')
-rw-r--r-- | secure/usr.sbin/sendmail/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/secure/usr.sbin/sendmail/Makefile b/secure/usr.sbin/sendmail/Makefile index 50228c19e25c..c82cd659a64a 100644 --- a/secure/usr.sbin/sendmail/Makefile +++ b/secure/usr.sbin/sendmail/Makefile @@ -44,13 +44,6 @@ LIBSMUTIL:= ${LIBSMUTILDIR}/libsmutil.a DPADD+= ${LIBSMUTIL} LDADD+= ${LIBSMUTIL} -.if !defined(NOCRYPT) && !defined(NO_OPENSSL) -# STARTTLS support -CFLAGS+=-DSTARTTLS -D_FFR_TLS_O_T -D_FFR_TLS_1 -D_FFR_TLS_TOREK -LDADD+= -lssl -lcrypto -DPADD+= ${LIBSSL} ${LIBCRYPTO} -.endif - # User customizations to the sendmail build environment CFLAGS+=${SENDMAIL_CFLAGS} DPADD+=${SENDMAIL_DPADD} |