aboutsummaryrefslogtreecommitdiff
path: root/libexec/tftp-proxy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/tftp-proxy/Makefile')
-rw-r--r--libexec/tftp-proxy/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libexec/tftp-proxy/Makefile b/libexec/tftp-proxy/Makefile
index 596ca26cb61c..353e72007734 100644
--- a/libexec/tftp-proxy/Makefile
+++ b/libexec/tftp-proxy/Makefile
@@ -6,6 +6,9 @@ PROG= tftp-proxy
SRCS= tftp-proxy.c filter.c
MAN= tftp-proxy.8
+CFLAGS+= -I${SRCTOP}/lib/libpfctl -I${OBJTOP}/lib/libpfctl
+LIBADD= pfctl
+
WARNS?= 3
.include <bsd.prog.mk>