summaryrefslogtreecommitdiff
path: root/libexec/tftp-proxy/Makefile
blob: b5f4eefc0899c9c5ae712f03b0dd0b1e965bebd0 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.1 2005/12/28 19:07:07 jcs Exp $

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

.include <bsd.prog.mk>