summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2013-10-29 17:38:13 +0000
committerglebius <glebius@FreeBSD.org>2013-10-29 17:38:13 +0000
commitb0bc7b1d54670db8d6c891ef9a5c1cda849a2fac (patch)
treecc23fdb574448e1dae2d0149e33fec5d0ea23fe7 /usr.sbin/tcpdump
parent8d47955f2179652405fb66d1978831eddd7a07cd (diff)
downloadFreeBSD-src-b0bc7b1d54670db8d6c891ef9a5c1cda849a2fac.zip
FreeBSD-src-b0bc7b1d54670db8d6c891ef9a5c1cda849a2fac.tar.gz
Make userland tools honor WITHOUT_PF build option.
Tested by: dt71@gmx.com
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r--usr.sbin/tcpdump/tcpdump/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile
index fe2a001..3ec7efd 100644
--- a/usr.sbin/tcpdump/tcpdump/Makefile
+++ b/usr.sbin/tcpdump/tcpdump/Makefile
@@ -89,7 +89,6 @@ SRCS= addrtoname.c \
print-olsr.c \
print-ospf.c \
print-otv.c \
- print-pfsync.c \
print-pgm.c \
print-pim.c \
print-ppi.c \
@@ -171,7 +170,8 @@ CFLAGS+= -DHAVE_LIBCRYPTO -DHAVE_OPENSSL_EVP_H
.endif
.if ${MK_PF} != "no"
-SRCS+= print-pflog.c
+SRCS+= print-pflog.c \
+ print-pfsync.c
CFLAGS+= -DHAVE_NET_PFVAR_H
.endif
OpenPOWER on IntegriCloud