Makefile revision 321267
1#	$FreeBSD: stable/10/libexec/tftp-proxy/Makefile 321267 2017-07-20 00:52:11Z ngie $
2
3.PATH:	${SRCTOP}/contrib/pf/tftp-proxy
4
5PROG=	tftp-proxy
6SRCS=	tftp-proxy.c filter.c
7MAN=	tftp-proxy.8
8
9WARNS?=	3
10
11.include <bsd.prog.mk>
12