xref: /original-bsd/libexec/tftpd/Makefile (revision c3e32dec)
1#	@(#)Makefile	8.1 (Berkeley) 06/04/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