aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2021-03-29 12:03:39 +0000
committerKristof Provost <kp@FreeBSD.org>2021-05-07 08:16:01 +0000
commitc1526a55d363f451e3579581c9be94ab859312c6 (patch)
treed3ea1d6f8e401394ef2adfb47f9343d2e63f6c0d /usr.sbin
parentb42eb4ffe5ea7323872dbda1e711a65cd30340bb (diff)
downloadsrc-c1526a55d363f451e3579581c9be94ab859312c6.tar.gz
src-c1526a55d363f451e3579581c9be94ab859312c6.zip
(t)ftp-proxy: use libpfctl
Reviewed by: glebius MFC after: 4 weeks Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D29641 (cherry picked from commit 95be9288f01f30a50440ea56d11468a2c6e18fed)
Diffstat (limited to 'usr.sbin')
-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 443db1c00a2d..a7b2ba6b43d5 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= event
+LIBADD= event pfctl
WARNS?= 3