Home | History | Annotate | Line # | Download | only in tail
Makefile revision 1.2
      1  1.2  mycroft #	from: @(#)Makefile	5.4 (Berkeley) 7/21/91
      2  1.2  mycroft #	$Id: Makefile,v 1.2 1993/07/30 23:50:44 mycroft Exp $
      3  1.1    glass 
      4  1.1    glass PROG=	tail
      5  1.1    glass SRCS=	forward.c misc.c read.c reverse.c tail.c
      6  1.1    glass 
      7  1.1    glass .include <bsd.prog.mk>
      8