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