summaryrefslogtreecommitdiff
blob: e488423fc09a4a6149d8a7117f408ad2efb23d31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- usr.sbin/ftp-proxy/ftp-proxy/Makefile.old	2011-11-02 20:57:03.000000000 +0000
+++ usr.sbin/ftp-proxy/ftp-proxy/Makefile	2011-11-02 20:57:21.000000000 +0000
@@ -7,11 +7,9 @@
 
 SRCS=	ftp-proxy.c filter.c
 
-CFLAGS+= -I${.CURDIR}/../../../contrib/pf/libevent
 CFLAGS+= -I${.CURDIR}/../../../sys/contrib/pf
 
-LDADD+= ${LIBEVENT}
-DPADD+= ${LIBEVENT}
+LDADD+= -levent
 
 WARNS?=	3