xref: /freebsd/libexec/tftpd/Makefile (revision ef5d438ed4bc17ad7ece3e40fe4d1f9baf3aadf7)
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