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