diff options
| author | Kristof Provost <kp@FreeBSD.org> | 2021-03-29 12:03:39 +0000 |
|---|---|---|
| committer | Kristof Provost <kp@FreeBSD.org> | 2021-04-10 09:16:02 +0000 |
| commit | 95be9288f01f30a50440ea56d11468a2c6e18fed (patch) | |
| tree | 0814b221afe44293e536e5eb3553257d5ac86f4e /libexec | |
| parent | 0d71f9f36e6c1849fdaf6c1edc1178be07357034 (diff) | |
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/tftp-proxy/Makefile | 3 |
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> |
