xref: /original-bsd/libexec/tftpd/Makefile (revision 3b6250d9)
1#	@(#)Makefile	5.10 (Berkeley) 05/11/90
2
3PROG=	tftpd
4SRCS=	tftpd.c tftpsubs.c
5MAN8=	tftpd.0
6.PATH:	${.CURDIR}/../../usr.bin/tftp
7
8.include <bsd.prog.mk>
9