Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/pf/pflogd fix build.
details: https://anonhg.NetBSD.org/src/rev/bbee4830a375
branches: trunk
changeset: 759571:bbee4830a375
user: christos <christos%NetBSD.org@localhost>
date: Mon Dec 13 01:44:25 2010 +0000
description:
fix build.
diffstat:
usr.sbin/pf/pflogd/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 608f64b81cb1 -r bbee4830a375 usr.sbin/pf/pflogd/Makefile
--- a/usr.sbin/pf/pflogd/Makefile Mon Dec 13 01:25:19 2010 +0000
+++ b/usr.sbin/pf/pflogd/Makefile Mon Dec 13 01:44:25 2010 +0000
@@ -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}
Home |
Main Index |
Thread Index |
Old Index