aboutsummaryrefslogtreecommitdiff
path: root/libexec/tftp-proxy/Makefile
blob: 30d2a34eaae044ae891cef843f53b29662bf8724 (plain) (blame)
1
2
3
4
5
6
7
8
9
#	$FreeBSD: src/libexec/tftp-proxy/Makefile,v 1.1.8.1 2009/04/15 03:14:26 kensmith Exp $

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

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

.include <bsd.prog.mk>