aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2021-04-30 08:26:52 +0000
committerKristof Provost <kp@FreeBSD.org>2021-05-07 20:13:31 +0000
commit2b2ed4a69730be72f792179d57dedf2945b3d1aa (patch)
treebbc46ff526226825e8decc32477c356b935ff905 /usr.sbin
parent2a00c4db93b8db0c326a57363ca8a690ef6ab082 (diff)
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/authpf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/authpf/Makefile b/usr.sbin/authpf/Makefile
index 19fd66b47b3d..62fe84086c16 100644
--- a/usr.sbin/authpf/Makefile
+++ b/usr.sbin/authpf/Makefile
@@ -12,8 +12,9 @@ SRCS= authpf.c
# XXX ALTQ:
CFLAGS+= -DENABLE_ALTQ
+CFLAGS+= -I${SRCTOP}/lib/libpfctl -I${OBJTOP}/lib/libpfctl
-LIBADD= m util
+LIBADD= m util pfctl
WARNS?= 3