]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - Makefile
d8541c4b818e40d3b1975e933a3d54bfe0222d80
[FreeBSD/stable/10.git] / 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 WARNS?= 3
10
11 .include <bsd.prog.mk>