Module Name:    src
Committed By:   christos
Date:           Sun Mar 29 19:50:46 UTC 2020

Modified Files:
        src/external/bsd/libpcap/lib: Makefile

Log Message:
rpcap://<host>/interface support.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/external/bsd/libpcap/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/libpcap/lib/Makefile
diff -u src/external/bsd/libpcap/lib/Makefile:1.28 src/external/bsd/libpcap/lib/Makefile:1.29
--- src/external/bsd/libpcap/lib/Makefile:1.28	Sun Mar 29 13:49:52 2020
+++ src/external/bsd/libpcap/lib/Makefile	Sun Mar 29 15:50:46 2020
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.28 2020/03/29 17:49:52 christos Exp $	
+# $NetBSD: Makefile,v 1.29 2020/03/29 19:50:46 christos Exp $	
 
 USE_SHLIBDIR=yes
 .include <bsd.init.mk>
 USE_FORT?= yes	# network protocol library
 
 CPPFLAGS+= -DPCAP_DONT_INCLUDE_PCAP_BPF_H -DHAVE_CONFIG_H -DENABLE_REMOTE
+CPPFLAGS+= -DPCAP_SUPPORT_RPCAP
 CPPFLAGS+= -I${.OBJDIR}
 
 .SUFFIXES: .3 .3pcap
@@ -138,6 +139,7 @@ pcap-bpf.c \
 pcap-common.c \
 pcap-new.c \
 pcap-rpcap.c \
+pcap-rpcap-unix.c \
 pcap.c \
 rpcap-protocol.c \
 savefile.c \

Reply via email to