--- src/usr.sbin/tcpdump/tcpdump/Makefile 2004/05/15 12:29:42 1.4 +++ src/usr.sbin/tcpdump/tcpdump/Makefile 2005/09/06 18:55:50 1.5 @@ -45,7 +45,7 @@ CFLAGS+= -DLBL_ALIGN DPADD= ${LIBL} ${LIBPCAP} LDADD= -ll -lpcap -.if exists(../../../secure) && !defined(NOCRYPT) && !defined(NO_OPENSSL) && \ +.if exists(../../../secure) && !defined(NO_CRYPT) && !defined(NO_OPENSSL) && \ !defined(RELEASE_CRUNCH) DISTRIBUTION=crypto DPADD+= ${LIBCRYPTO}