Makefile revision 272461
1#	$FreeBSD: releng/10.1/libexec/tftp-proxy/Makefile 201380 2010-01-02 09:50:19Z ed $
2
3.PATH:	${.CURDIR}/../../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