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