Home | History | Annotate | Line # | Download | only in tail
      1 #	$NetBSD: Makefile,v 1.4 2017/10/01 20:49:24 maya Exp $
      2 #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3 
      4 PROG=	tail
      5 SRCS=	forward.c misc.c read.c reverse.c tail.c
      6 
      7 LINKS=	${BINDIR}/tail ${BINDIR}/tac
      8 
      9 MAN=	tail.1 tac.1
     10 
     11 .include <bsd.prog.mk>
     12