Makefile revision 1.1
1#	@(#)Makefile	5.9 (Berkeley) 5/11/90
2
3PROG=	tftp
4SRCS=	main.c tftp.c tftpsubs.c
5
6.include <bsd.prog.mk>
7