mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Test for existence of secure/, not crypto/ for consistency
Submitted by: jhay
This commit is contained in:
parent
ee9e4faa2d
commit
c9b2af93fa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58025
@ -21,7 +21,7 @@ SRCS = version.c tcpdump.c \
|
||||
CLEANFILES+= version.c
|
||||
DPADD+= ${LIBL} ${LIBPCAP}
|
||||
LDADD+= -ll -lpcap
|
||||
.if exists(../../../crypto) && !defined(NOCRYPT) && !defined(NOSECURE) && \
|
||||
.if exists(../../../secure) && !defined(NOCRYPT) && !defined(NOSECURE) && \
|
||||
!defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH)
|
||||
DISTRIBUTION=crypto
|
||||
DPADD+= ${LIBCRYPTO}
|
||||
|
Loading…
Reference in New Issue
Block a user