xref: /386bsd/usr/src/libexec/tftpd/Makefile (revision a2142627)
1#	@(#)Makefile	5.10 (Berkeley) 5/11/90
2
3PROG=	tftpd
4NONSTDINC=$(INCNET) $(INCARPA)
5SRCS=	tftpd.c tftpsubs.c
6MAN8=	tftpd.0
7.PATH:	${.CURDIR}/../../usr.bin/tftp
8
9.include <bsd.prog.mk>
10