aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-06-06 04:09:07 +0000
committerWarner Losh <imp@FreeBSD.org>2014-06-06 04:09:07 +0000
commit04efeffe998b4365aa6eec18b83ab3d436901fdc (patch)
tree59c8f747159b3db5af5ad9aa0b3246c6c9382ff5 /usr.sbin/tcpdump
parent3f1afabf0948cbbc44767db711be353e523f396d (diff)
downloadsrc-04efeffe998b4365aa6eec18b83ab3d436901fdc.tar.gz
src-04efeffe998b4365aa6eec18b83ab3d436901fdc.zip
When building picobsd, define WITHOUT_OPENSSL and WITHOUT_KERBEROS and
remove the now-redundant checks for RELEASE_CRUNCH. This originally was defined for building smaller sysinstall images, but was later also used by picobsd builds for a similar purpose. Now that we've moved away from sysinstall, picobsd is the only remaining consumer of this interface. Adding these two options reduces the RELEASE_CRUNCH special cases in the tree by half.
Notes
Notes: svn path=/head/; revision=267147
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 498287320737..fcaa13e3a354 100644
--- a/usr.sbin/tcpdump/tcpdump/Makefile
+++ b/usr.sbin/tcpdump/tcpdump/Makefile
@@ -167,7 +167,7 @@ DPADD+= ${LIBCAPSICUM} ${LIBNV}
LDADD+= -lcapsicum -lnv
CFLAGS+=-DHAVE_LIBCAPSICUM
.endif
-.if ${MK_OPENSSL} != "no" && !defined(RELEASE_CRUNCH)
+.if ${MK_OPENSSL} != "no"
DPADD+= ${LIBCRYPTO}
LDADD+= -lcrypto
CFLAGS+= -I${DESTDIR}/usr/include/openssl