summaryrefslogtreecommitdiff
path: root/usr.sbin/sendmail
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2004-08-06 07:27:08 +0000
committerColin Percival <cperciva@FreeBSD.org>2004-08-06 07:27:08 +0000
commitd37df47d3104331743c4d05ebba3f996f5a2308a (patch)
tree5a94c4ef976cf82b4cbfdbeb1c0fb7f04c05c3bf /usr.sbin/sendmail
parent1e10d9c1359334889320f3d40ce985e1491e2f91 (diff)
downloadsrc-test2-d37df47d3104331743c4d05ebba3f996f5a2308a.tar.gz
src-test2-d37df47d3104331743c4d05ebba3f996f5a2308a.zip
Join the 21st century: Cryptography is no longer an optional component
of releases. The -DNOCRYPT build option still exists for anyone who really wants to build non-cryptographic binaries, but the "crypto" release distribution is now part of "base", and anyone installing from a release will get cryptographic binaries. Approved by: re (scottl), markm Discussed on: freebsd-current, in late April 2004
Notes
Notes: svn path=/head/; revision=133196
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r--usr.sbin/sendmail/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile
index 01496f842d2d..86e7edacade4 100644
--- a/usr.sbin/sendmail/Makefile
+++ b/usr.sbin/sendmail/Makefile
@@ -63,7 +63,6 @@ CLEANFILES+=sm_os.h
.if !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH)
# STARTTLS support
-DISTRIBUTION= crypto
CFLAGS+= -DSTARTTLS -D_FFR_TLS_1
DPADD+= ${LIBSSL} ${LIBCRYPTO}
LDADD+= -lssl -lcrypto