Test for existence of secure/, not crypto/ for consistency

Submitted by:	jhay
This commit is contained in:
kris 2000-03-13 21:38:10 +00:00
parent ddbe907774
commit 6dfbd9470d

View File

@ -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}