]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/tftp-proxy/Makefile
Use the new insecure-lan-zones option instead of listing each AS112 zone
[FreeBSD/FreeBSD.git] / libexec / tftp-proxy / Makefile
1 #       $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../contrib/pf/tftp-proxy
4
5 PROG=   tftp-proxy
6 SRCS=   tftp-proxy.c filter.c
7 MAN=    tftp-proxy.8
8
9 WARNS?= 3
10
11 .include <bsd.prog.mk>