aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ftp-proxy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ftp-proxy/Makefile')
-rw-r--r--usr.sbin/ftp-proxy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ftp-proxy/Makefile b/usr.sbin/ftp-proxy/Makefile
index 7d05aa9bf624..768901f99131 100644
--- a/usr.sbin/ftp-proxy/Makefile
+++ b/usr.sbin/ftp-proxy/Makefile
@@ -8,8 +8,9 @@ MAN= ftp-proxy.8
SRCS= ftp-proxy.c filter.c
CFLAGS+=-I${SRCTOP}/contrib/pf/libevent
+CFLAGS+= -I${SRCTOP}/lib/libpfctl -I${OBJTOP}/lib/libpfctl
-LIBADD= event1
+LIBADD= event1 pfctl
WARNS?= 3