Home | History | Annotate | Line # | Download | only in tftpd
Makefile revision 1.1
      1 #	@(#)Makefile	5.10 (Berkeley) 5/11/90
      2 
      3 PROG=	tftpd
      4 SRCS=	tftpd.c tftpsubs.c
      5 MAN8=	tftpd.0
      6 .PATH:	${.CURDIR}/../../usr.bin/tftp
      7 
      8 .include <bsd.prog.mk>
      9