aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-03-13 21:38:10 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-03-13 21:38:10 +0000
commitc9b2af93fa7bfaf72c6396eb5a51c27dc1412669 (patch)
treeb41858ee18a3c98184639a645b989b7839979f6b /usr.sbin/tcpdump
parentee9e4faa2d6e27d80184a697503ef22b94dec68f (diff)
downloadsrc-c9b2af93fa7bfaf72c6396eb5a51c27dc1412669.tar.gz
src-c9b2af93fa7bfaf72c6396eb5a51c27dc1412669.zip
Test for existence of secure/, not crypto/ for consistency
Submitted by: jhay
Notes
Notes: svn path=/head/; revision=58025
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r--usr.sbin/tcpdump/tcpdump/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile
index 10c4ac57ac93..8b9423e6c7b8 100644
--- a/usr.sbin/tcpdump/tcpdump/Makefile
+++ b/usr.sbin/tcpdump/tcpdump/Makefile
@@ -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}