xref: /freebsd/usr.bin/tftp/Makefile (revision 39beb93c)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD$
3
4PROG=	tftp
5SRCS=	main.c tftp.c tftpsubs.c
6DPADD=	${LIBEDIT} ${LIBTERMCAP}
7LDADD=	-ledit -ltermcap
8
9.include <bsd.prog.mk>
10