diff options
| author | Mark Murray <markm@FreeBSD.org> | 2003-07-24 18:30:25 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2003-07-24 18:30:25 +0000 |
| commit | ebb9f0efa8c69ce933e80805ae4fd9b3607d7ef3 (patch) | |
| tree | 02f034a43f77b334e2a958993abac4da32ec093c /usr.sbin/sendmail/Makefile | |
| parent | 22b490943022a4b358794dea89dd489d1435de72 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sendmail/Makefile')
| -rw-r--r-- | usr.sbin/sendmail/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile index d868d348fe93..26b20829cd49 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 |
