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

Submitted by:	jhay
This commit is contained in:
Kris Kennaway 2000-03-13 21:38:10 +00:00
parent ee9e4faa2d
commit c9b2af93fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58025

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}