aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sendmail
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2001-08-03 16:22:47 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2001-08-03 16:22:47 +0000
commit23254312160d03c5740d909d9781b2327b7fcfff (patch)
tree5f47ce317a128c0818955a20134be67650bbe33e /usr.sbin/sendmail
parent563df9527017e5b7b08d5730488f142f0009b9bf (diff)
Notes
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r--usr.sbin/sendmail/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile
index 9aeab03ff6e9..97297e7628dd 100644
--- a/usr.sbin/sendmail/Makefile
+++ b/usr.sbin/sendmail/Makefile
@@ -42,8 +42,9 @@ LIBSMUTIL:= ${LIBSMUTILDIR}/libsmutil.a
DPADD+= ${LIBSMUTIL}
LDADD+= ${LIBSMUTIL}
-.if exists(../../../secure) && !defined(NOCRYPT) && !defined(NOSECURE) && \
- !defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH)
+.if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && \
+ !defined(NOSECURE) && !defined(NO_OPENSSL) && \
+ !defined(RELEASE_CRUNCH)
# STARTTLS support
DISTRIBUTION= crypto
CFLAGS+= -DSTARTTLS -D_FFR_TLS_O_T -D_FFR_TLS_1 -D_FFR_TLS_TOREK