xref: /freebsd/libexec/tftpd/Makefile (revision afe61c15161c324a7af299a9b8457aba5afc92db)
1#	@(#)Makefile	8.1 (Berkeley) 6/4/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