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