Module Name:    src
Committed By:   christos
Date:           Wed Dec 21 22:18:43 UTC 2011

Modified Files:
        src/usr.sbin/pf/pflogd: Makefile

Log Message:
don't include pcap/bpf.h


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/pf/pflogd/Makefile

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

Modified files:

Index: src/usr.sbin/pf/pflogd/Makefile
diff -u src/usr.sbin/pf/pflogd/Makefile:1.5 src/usr.sbin/pf/pflogd/Makefile:1.6
--- src/usr.sbin/pf/pflogd/Makefile:1.5	Sun Dec 12 20:44:25 2010
+++ src/usr.sbin/pf/pflogd/Makefile	Wed Dec 21 17:18:43 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.5 2010/12/13 01:44:25 christos Exp $
+#	$NetBSD: Makefile,v 1.6 2011/12/21 22:18:43 christos Exp $
 #	$OpenBSD: Makefile,v 1.6 2003/11/20 23:23:09 avsm Exp $
 
 .include <bsd.own.mk>		# for MKDYNAMICROOT definition
@@ -6,6 +6,8 @@
 WARNS ?= 4
 CPPFLAGS+=-I${NETBSDSRCDIR}/dist/pf/sbin/pflogd
 CPPFLAGS+=-I${NETBSDSRCDIR}/external/bsd/libpcap/dist
+CPPFLAGS+=-DPCAP_DONT_INCLUDE_PCAP_BPF_H
+
 
 LDADD+= -lpcap -lutil
 DPAPP+=	${LIBPCAP} ${LIBUTIL}

Reply via email to