Revision d7df327804ff293bab46450ac785794254e5843a authored by Navdeep Parhar on 22 January 2010, 02:35:40 UTC, committed by Navdeep Parhar on 22 January 2010, 02:35:40 UTC
1 parent b75a919
Raw File
Makefile
#	$FreeBSD$

.PATH:	${.CURDIR}/../../contrib/pf/tftp-proxy

PROG=	tftp-proxy
SRCS=	tftp-proxy.c filter.c
MAN=	tftp-proxy.8

.include <bsd.prog.mk>
back to top