Module Name: src
Committed By: christos
Date: Tue Jan 24 23:26:58 UTC 2017
Modified Files:
src/external/bsd/libpcap/lib: Makefile
Log Message:
add another header file
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 src/external/bsd/libpcap/lib/Makefile:1.15
--- src/external/bsd/libpcap/lib/Makefile:1.14 Tue Jan 24 17:37:31 2017
+++ src/external/bsd/libpcap/lib/Makefile Tue Jan 24 18:26:58 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/01/24 22:37:31 christos Exp $
+# $NetBSD: Makefile,v 1.15 2017/01/24 23:26:58 christos Exp $
USE_SHLIBDIR=yes
.include <bsd.own.mk>
@@ -142,7 +142,7 @@ SRCS= scanner.l savefile.c pcap.c pcap-b
.PATH: ${NETBSDSRCDIR}/sys/net
SRCS+= bpf_filter.c
-INCS= pcap/pcap.h pcap/namedb.h
+INCS= pcap/pcap.h pcap/namedb.h pcap/export-defs.h
INCSDIR= /usr/include
INCSYMLINKS+= ../net/bpf.h ${INCSDIR}/pcap/bpf.h
INCSYMLINKS+= pcap/pcap.h ${INCSDIR}/pcap.h