summaryrefslogtreecommitdiff
path: root/usr.bin/tail/Makefile
blob: a2728eae5e27149313f55c5794f9f18519e4c887 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: Makefile,v 1.4 2017/10/01 20:49:24 maya Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	tail
SRCS=	forward.c misc.c read.c reverse.c tail.c

LINKS=	${BINDIR}/tail ${BINDIR}/tac

MAN=	tail.1 tac.1

.include <bsd.prog.mk>