summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sendmail/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2003-07-24 18:30:25 +0000
committermarkm <markm@FreeBSD.org>2003-07-24 18:30:25 +0000
commit376c7c030b5cd0977a799d9e2405ad5e6562f478 (patch)
tree02f034a43f77b334e2a958993abac4da32ec093c /usr.sbin/sendmail/Makefile
parentd82798033a21b0cd6572c99a4aaf6f62c860ce87 (diff)
downloadFreeBSD-src-376c7c030b5cd0977a799d9e2405ad5e6562f478.zip
FreeBSD-src-376c7c030b5cd0977a799d9e2405ad5e6562f478.tar.gz
Don't check for the existance of src/crypto/ for building items that
may contain crypto. The days of ITAR paranoia are over, and the simple macro tests that remain are sufficient.
Diffstat (limited to 'usr.sbin/sendmail/Makefile')
-rw-r--r--usr.sbin/sendmail/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile
index d868d34..26b2082 100644
--- a/usr.sbin/sendmail/Makefile
+++ b/usr.sbin/sendmail/Makefile
@@ -57,8 +57,7 @@ LDADD+= ${LIBSMUTIL} ${LIBSM}
SRCS+= sm_os.h
CLEANFILES+=sm_os.h
-.if exists(${.CURDIR}/../../crypto) && !defined(NOCRYPT) && \
- !defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH)
+.if !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH)
# STARTTLS support
DISTRIBUTION= crypto
CFLAGS+= -DSTARTTLS -D_FFR_TLS_1
OpenPOWER on IntegriCloud