From 376c7c030b5cd0977a799d9e2405ad5e6562f478 Mon Sep 17 00:00:00 2001 From: markm Date: Thu, 24 Jul 2003 18:30:25 +0000 Subject: 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. --- usr.sbin/sendmail/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/sendmail/Makefile') 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 -- cgit v1.1