From a191ba5195ecb988c5e5c3b13fc364bde87bd41c Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 25 Nov 2014 16:57:27 +0000 Subject: Convert usr.sbin to LIBADD Reduce overlinking --- usr.sbin/ftp-proxy/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/ftp-proxy') diff --git a/usr.sbin/ftp-proxy/Makefile b/usr.sbin/ftp-proxy/Makefile index 7a3ef47..103ea86 100644 --- a/usr.sbin/ftp-proxy/Makefile +++ b/usr.sbin/ftp-proxy/Makefile @@ -9,8 +9,7 @@ SRCS= ftp-proxy.c filter.c CFLAGS+=-I${.CURDIR}/../../contrib/pf/libevent -LDADD+= ${LIBEVENT} -DPADD+= ${LIBEVENT} +LIBADD= event WARNS?= 3 -- cgit v1.1