Deleted Added
full compact
Makefile (171173) Makefile (201380)
1# $FreeBSD: head/libexec/tftp-proxy/Makefile 171173 2007-07-03 12:46:08Z mlaier $
1# $FreeBSD: head/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
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
9.include <bsd.prog.mk>
11.include <bsd.prog.mk>