summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMariusz Zaborski <oshogbo@FreeBSD.org>2017-10-04 21:05:44 +0000
committerMariusz Zaborski <oshogbo@FreeBSD.org>2017-10-04 21:05:44 +0000
commitb01988a5f58a72c7827daebe9d885364791f3ae8 (patch)
tree4c26aff37c656cbb708b9c8e051808c9a97583ef /usr.sbin
parent7b9f317cf32b25619c1bb55dea3aaf4501f9de7a (diff)
downloadsrc-test2-b01988a5f58a72c7827daebe9d885364791f3ae8.tar.gz
src-test2-b01988a5f58a72c7827daebe9d885364791f3ae8.zip
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/tcpdump/tcpdump/Makefile2
-rw-r--r--usr.sbin/tcpdump/tcpdump/config.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile
index 19a1101b6446..8f6f47754b4d 100644
--- a/usr.sbin/tcpdump/tcpdump/Makefile
+++ b/usr.sbin/tcpdump/tcpdump/Makefile
@@ -190,7 +190,7 @@ LIBADD= l pcap
.if ${MK_CASPER} != "no"
LIBADD+= casper
LIBADD+= cap_dns
-CFLAGS+=-DWITH_CASPER
+CFLAGS+=-DHAVE_CASPER
.endif
.if ${MK_OPENSSL} != "no"
LIBADD+= crypto
diff --git a/usr.sbin/tcpdump/tcpdump/config.h b/usr.sbin/tcpdump/tcpdump/config.h
index 1d8bf719c122..8980b31c8591 100644
--- a/usr.sbin/tcpdump/tcpdump/config.h
+++ b/usr.sbin/tcpdump/tcpdump/config.h
@@ -18,7 +18,7 @@
/* Casper library support available */
/* See Makefile */
-/* #undef WITH_CASPER */
+/* #undef HAVE_CASPER */
/* Define to 1 if you have the `cap_enter' function. */
#define HAVE_CAP_ENTER 1