aboutsummaryrefslogtreecommitdiff
path: root/libexec/tftp-proxy/Makefile
blob: 8525266185ed9bef2563af4f18353be463979fc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
#	$FreeBSD: src/libexec/tftp-proxy/Makefile,v 1.1 2007/07/03 12:46:05 mlaier Exp $

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

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

.include <bsd.prog.mk>