Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/libpcap/lib Add more files



details:   https://anonhg.NetBSD.org/src/rev/8811a5121c0a
branches:  trunk
changeset: 821108:8811a5121c0a
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 24 22:37:31 2017 +0000

description:
Add more files

diffstat:

 external/bsd/libpcap/lib/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 222a8b6d0a2c -r 8811a5121c0a external/bsd/libpcap/lib/Makefile
--- a/external/bsd/libpcap/lib/Makefile Tue Jan 24 22:30:53 2017 +0000
+++ b/external/bsd/libpcap/lib/Makefile Tue Jan 24 22:37:31 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/01/24 22:29:29 christos Exp $  
+# $NetBSD: Makefile,v 1.14 2017/01/24 22:37:31 christos Exp $  
 
 USE_SHLIBDIR=yes
 .include <bsd.own.mk>
@@ -136,7 +136,8 @@
 
 SRCS=  scanner.l savefile.c pcap.c pcap-bpf.c optimize.c nametoaddr.c \
        inet.c grammar.y gencode.c fad-getad.c etherent.c bpf_image.c \
-       bpf_dump.c version.c sf-pcap-ng.c sf-pcap.c pcap-common.c
+       bpf_dump.c pcap_version.c sf-pcap-ng.c sf-pcap.c pcap-common.c \
+       fad-getad.c fad-helpers.c
 
 .PATH: ${NETBSDSRCDIR}/sys/net
 SRCS+= bpf_filter.c



Home | Main Index | Thread Index | Old Index