Module Name:    src
Committed By:   christos
Date:           Thu Aug 17 16:19:05 UTC 2023

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

Log Message:
enable pcap_debug


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 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.33 src/external/bsd/libpcap/lib/Makefile:1.34
--- src/external/bsd/libpcap/lib/Makefile:1.33	Thu Aug 17 11:30:36 2023
+++ src/external/bsd/libpcap/lib/Makefile	Thu Aug 17 12:19:05 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2023/08/17 15:30:36 christos Exp $	
+# $NetBSD: Makefile,v 1.34 2023/08/17 16:19:05 christos Exp $	
 
 USE_SHLIBDIR=yes
 .include <bsd.init.mk>
@@ -111,7 +111,7 @@ ${i:S/manfile.in/5/}: ${i} __sed
 .endfor
 
 CPPFLAGS+=	-I${.CURDIR}/../include -I${.CURDIR} -I${SRCDIR}
-CPPFLAGS+=	-DYYBISON
+CPPFLAGS+=	-DYYBISON -DYYDEBUG
 LPREFIX=	pcap_
 LFLAGS+=	--header-file=scanner.h
 YPREFIX=	pcap_

Reply via email to