aboutsummaryrefslogtreecommitdiff
path: root/tftp-proxy/Makefile
blob: 7f22f10b0d27de1566fb35f1dcc41155249f6790 (plain) (blame)
1
2
3
4
5
6
7
#	$OpenBSD$

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

.include <bsd.prog.mk>