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