]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/tftp-proxy/Makefile
OpenSSL: Merge OpenSSL 1.1.1s
[FreeBSD/FreeBSD.git] / libexec / tftp-proxy / Makefile
1 #       $FreeBSD$
2
3 .PATH:  ${SRCTOP}/contrib/pf/tftp-proxy
4
5 PROG=   tftp-proxy
6 SRCS=   tftp-proxy.c filter.c
7 MAN=    tftp-proxy.8
8
9 CFLAGS+= -I${SRCTOP}/lib/libpfctl -I${OBJTOP}/lib/libpfctl
10 LIBADD= pfctl
11
12 WARNS?= 3
13
14 .include <bsd.prog.mk>