185152Sbde#	@(#)Makefile	8.1 (Berkeley) 6/6/93
285120Smdodd# $FreeBSD$
31590Srgrimes
4213099Smarius.PATH: ${.CURDIR}/../../libexec/tftpd
5213075Smarius
6213075SmariusPROG=	tftp
7213075SmariusSRCS=	main.c tftp-file.c tftp-io.c tftp-options.c tftp-transfer.c
8213075SmariusSRCS+=	tftp-utils.c tftp.c
9213075SmariusCFLAGS+=-I${.CURDIR}/../../libexec/tftpd
1085152SbdeDPADD=	${LIBEDIT} ${LIBTERMCAP}
1185120SmdoddLDADD=	-ledit -ltermcap
121590Srgrimes
131590Srgrimes.include <bsd.prog.mk>
14