mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
Convert to using the same method of detecting the secure directory as other
usr.sbin programs. Noted by: markm
This commit is contained in:
parent
563df95270
commit
2325431216
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81105
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user