]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - libexec/tftp-proxy/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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 .include <bsd.prog.mk>