Test for existence of secure/, not crypto/ for consistency
Submitted by: jhay
This commit is contained in:
parent
ddbe907774
commit
6dfbd9470d
@ -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