#	@(#)Makefile	8.1 (Berkeley) 6/4/93
# $FreeBSD: stable/2.2/libexec/tftpd/Makefile 50952 1999-09-05 11:54:50Z peter $

PROG=	tftpd
SRCS=	tftpd.c tftpsubs.c
MAN8=	tftpd.8
CFLAGS+=-I${.CURDIR}/../../usr.bin/tftp
.PATH:	${.CURDIR}/../../usr.bin/tftp

.include <bsd.prog.mk>
