1123626Snjl#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2123626Snjl# $FreeBSD: releng/10.2/usr.bin/tftp/Makefile 213099 2010-09-24 10:40:17Z marius $
3123626Snjl
4123626Snjl.PATH: ${.CURDIR}/../../libexec/tftpd
5123626Snjl
6123626SnjlPROG=	tftp
7123626SnjlSRCS=	main.c tftp-file.c tftp-io.c tftp-options.c tftp-transfer.c
8123626SnjlSRCS+=	tftp-utils.c tftp.c
9123626SnjlCFLAGS+=-I${.CURDIR}/../../libexec/tftpd
10123626SnjlDPADD=	${LIBEDIT} ${LIBTERMCAP}
11123626SnjlLDADD=	-ledit -ltermcap
12136224Smtm
13123626Snjl.include <bsd.prog.mk>
14123626Snjl