Makefile revision 171173
1#	$FreeBSD: head/libexec/tftp-proxy/Makefile 171173 2007-07-03 12:46:08Z mlaier $
2
3.PATH:	${.CURDIR}/../../contrib/pf/tftp-proxy
4
5PROG=	tftp-proxy
6SRCS=	tftp-proxy.c filter.c
7MAN=	tftp-proxy.8
8
9.include <bsd.prog.mk>
10