summaryrefslogtreecommitdiff
path: root/usr.bin/tail/Makefile
blob: f523042957cba02b2a307e7216da2cf4da54a77b (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.2 1996/06/26 05:40:14 deraadt Exp $
#	$NetBSD: Makefile,v 1.3 1994/11/23 07:41:55 jtc Exp $

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

.include <bsd.prog.mk>