summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-03-13 21:35:30 +0000
committerkris <kris@FreeBSD.org>2000-03-13 21:35:30 +0000
commitddbe9077744ad69debbb526e1ba5d3f417413b14 (patch)
tree5fdff9f83217a7f82514e6f2527c316b4c170b56 /usr.sbin/tcpdump
parent55e41c3f5b18d10cedf8a2842391f81f52987ca9 (diff)
downloadFreeBSD-src-ddbe9077744ad69debbb526e1ba5d3f417413b14.zip
FreeBSD-src-ddbe9077744ad69debbb526e1ba5d3f417413b14.tar.gz
Fix world with -DNOCRYPT, hopefully fix release for non-crypto collection.
Reported by: Jason Garman <jgarman@wedgie.org> Feedback by: bde, Bob Bishop <rb@gid.co.uk>, jhay
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r--usr.sbin/tcpdump/tcpdump/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile
index b0098bb..10c4ac5 100644
--- a/usr.sbin/tcpdump/tcpdump/Makefile
+++ b/usr.sbin/tcpdump/tcpdump/Makefile
@@ -21,7 +21,9 @@ SRCS = version.c tcpdump.c \
CLEANFILES+= version.c
DPADD+= ${LIBL} ${LIBPCAP}
LDADD+= -ll -lpcap
-.if exists(../../../crypto) && !defined(NOSECURE) && !defined(NO_OPENSSL)
+.if exists(../../../crypto) && !defined(NOCRYPT) && !defined(NOSECURE) && \
+ !defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH)
+DISTRIBUTION=crypto
DPADD+= ${LIBCRYPTO}
LDADD+= -lcrypto
CFLAGS+= -I${DESTDIR}/usr/include/openssl -DCRYPTO -DHAVE_LIBCRYPTO -DHAVE_RC5_H -DHAVE_CAST_H
OpenPOWER on IntegriCloud