aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ftp-proxy
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2012-09-14 11:51:49 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2012-09-14 11:51:49 +0000
commit3b3a8eb937bf8045231e8364bfd1b94cd4a95979 (patch)
treeec60da6e90cde2e87aa91ac9450c84ce3446233a /usr.sbin/ftp-proxy
parent64dc1cf395eba25fd36f77251824ada85b88f127 (diff)
Notes
Diffstat (limited to 'usr.sbin/ftp-proxy')
-rw-r--r--usr.sbin/ftp-proxy/ftp-proxy/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/ftp-proxy/ftp-proxy/Makefile b/usr.sbin/ftp-proxy/ftp-proxy/Makefile
index c21a10749825..de4988815016 100644
--- a/usr.sbin/ftp-proxy/ftp-proxy/Makefile
+++ b/usr.sbin/ftp-proxy/ftp-proxy/Makefile
@@ -8,7 +8,6 @@ MAN= ftp-proxy.8
SRCS= ftp-proxy.c filter.c
CFLAGS+= -I${.CURDIR}/../../../contrib/pf/libevent
-CFLAGS+= -I${.CURDIR}/../../../sys/contrib/pf
LDADD+= ${LIBEVENT}
DPADD+= ${LIBEVENT}