summaryrefslogtreecommitdiff
blob: 057088f3298c723afcf0076b10074358b858fae4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/usr.sbin/ftp-proxy/Makefile b/usr.sbin/ftp-proxy/Makefile
index 3708edc..efdfcc6 100644
--- a/usr.sbin/ftp-proxy/Makefile
+++ b/usr.sbin/ftp-proxy/Makefile
@@ -7,8 +7,6 @@ MAN=	ftp-proxy.8
 
 SRCS=	ftp-proxy.c filter.c
 
-CFLAGS+=-I${SRCTOP}/contrib/pf/libevent
-
 LIBADD=	event
 
 WARNS?=	3