xref: /freebsd/libexec/tftpd/Makefile (revision 0ddf9be1f0723916ebd4feb7313d64dffab0c2bb)
1#	@(#)Makefile	8.1 (Berkeley) 6/4/93
2#	$Id$
3
4PROG=	tftpd
5SRCS=	tftpd.c tftpsubs.c
6MAN8=	tftpd.8
7CFLAGS+=-I${.CURDIR}/../../usr.bin/tftp
8.PATH:	${.CURDIR}/../../usr.bin/tftp
9
10.include <bsd.prog.mk>
11