Home | History | Annotate | Line # | Download | only in tail
Makefile revision 1.3
      1  1.3    jtc #	$NetBSD: Makefile,v 1.3 1994/11/23 07:41:55 jtc Exp $
      2  1.3    jtc #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      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