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 --- usr.sbin/ftp-proxy/ftp-proxy/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.sbin/ftp-proxy') diff --git a/usr.sbin/ftp-proxy/ftp-proxy/Makefile b/usr.sbin/ftp-proxy/ftp-proxy/Makefile index 773c25d..c21a107 100644 --- a/usr.sbin/ftp-proxy/ftp-proxy/Makefile +++ b/usr.sbin/ftp-proxy/ftp-proxy/Makefile @@ -5,14 +5,14 @@ PROG= ftp-proxy MAN= ftp-proxy.8 -SRCS= ftp-proxy.c filter.c +SRCS= ftp-proxy.c filter.c CFLAGS+= -I${.CURDIR}/../../../contrib/pf/libevent CFLAGS+= -I${.CURDIR}/../../../sys/contrib/pf -DPADD= ${LIBEVENT} -LDADD= ${LIBEVENT} +LDADD+= ${LIBEVENT} +DPADD+= ${LIBEVENT} -WARNS?= 2 +WARNS?= 3 .include -- cgit v1.1