Module Name:    src
Committed By:   christos
Date:           Mon Dec 13 01:44:26 UTC 2010

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

Log Message:
fix build.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 src/usr.sbin/pf/pflogd/Makefile:1.5
--- src/usr.sbin/pf/pflogd/Makefile:1.4	Thu Nov  9 15:33:25 2006
+++ src/usr.sbin/pf/pflogd/Makefile	Sun Dec 12 20:44:25 2010
@@ -1,9 +1,11 @@
-#	$NetBSD: Makefile,v 1.4 2006/11/09 20:33:25 christos Exp $
+#	$NetBSD: Makefile,v 1.5 2010/12/13 01:44:25 christos Exp $
 #	$OpenBSD: Makefile,v 1.6 2003/11/20 23:23:09 avsm Exp $
 
 .include <bsd.own.mk>		# for MKDYNAMICROOT definition
 
-CPPFLAGS+=-I${NETBSDSRCDIR}/dist/pf/sbin/pflogd -I${NETBSDSRCDIR}/dist/libpcap
+WARNS ?= 4
+CPPFLAGS+=-I${NETBSDSRCDIR}/dist/pf/sbin/pflogd
+CPPFLAGS+=-I${NETBSDSRCDIR}/external/bsd/libpcap/dist
 
 LDADD+= -lpcap -lutil
 DPAPP+=	${LIBPCAP} ${LIBUTIL}

Reply via email to