From e15f804c7b67f7cac4a68d0f6b6d0418e9f7309a Mon Sep 17 00:00:00 2001 From: bz Date: Tue, 28 Jun 2011 11:57:25 +0000 Subject: Update packet filter (pf) code to OpenBSD 4.5. You need to update userland (world and ports) tools to be in sync with the kernel. Submitted by: mlaier Submitted by: eri --- sbin/pflogd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin') diff --git a/sbin/pflogd/Makefile b/sbin/pflogd/Makefile index ecd06f4..ea37bd1 100644 --- a/sbin/pflogd/Makefile +++ b/sbin/pflogd/Makefile @@ -8,7 +8,7 @@ MAN= pflogd.8 CFLAGS+=-include ${.CURDIR}/../../lib/libpcap/config.h -LDADD= -lpcap -lutil +LDADD= -lpcap DPADD= ${LIBPCAP} ${LIBUTIL} WARNS?= 2 -- cgit v1.1