From 376c7c030b5cd0977a799d9e2405ad5e6562f478 Mon Sep 17 00:00:00 2001 From: markm Date: Thu, 24 Jul 2003 18:30:25 +0000 Subject: Don't check for the existance of src/crypto/ for building items that may contain crypto. The days of ITAR paranoia are over, and the simple macro tests that remain are sufficient. --- usr.sbin/tcpdump/tcpdump/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/tcpdump') diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile index 8b1063a..a5ce197 100644 --- a/usr.sbin/tcpdump/tcpdump/Makefile +++ b/usr.sbin/tcpdump/tcpdump/Makefile @@ -39,8 +39,7 @@ CFLAGS+= -DLBL_ALIGN DPADD= ${LIBL} ${LIBPCAP} LDADD= -ll -lpcap -.if exists(../../../crypto) && !defined(NOCRYPT) && \ - !defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH) +.if !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH) DISTRIBUTION=crypto DPADD+= ${LIBCRYPTO} LDADD+= -lcrypto -- cgit v1.1