aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2003-07-24 18:30:25 +0000
committerMark Murray <markm@FreeBSD.org>2003-07-24 18:30:25 +0000
commitebb9f0efa8c69ce933e80805ae4fd9b3607d7ef3 (patch)
tree02f034a43f77b334e2a958993abac4da32ec093c /usr.sbin/tcpdump
parent22b490943022a4b358794dea89dd489d1435de72 (diff)
downloadsrc-ebb9f0efa8c69ce933e80805ae4fd9b3607d7ef3.tar.gz
src-ebb9f0efa8c69ce933e80805ae4fd9b3607d7ef3.zip
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.
Notes
Notes: svn path=/head/; revision=117978
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r--usr.sbin/tcpdump/tcpdump/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile
index 8b1063a8992a..a5ce1977876d 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