aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ftp-proxy
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2021-03-29 12:03:39 +0000
committerKristof Provost <kp@FreeBSD.org>2021-04-10 09:16:02 +0000
commit95be9288f01f30a50440ea56d11468a2c6e18fed (patch)
tree0814b221afe44293e536e5eb3553257d5ac86f4e /usr.sbin/ftp-proxy
parent0d71f9f36e6c1849fdaf6c1edc1178be07357034 (diff)
Diffstat (limited to 'usr.sbin/ftp-proxy')
-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