xref: /openbsd/usr.bin/tail/Makefile (revision 4cfece93)
1#	$OpenBSD: Makefile,v 1.5 1999/02/03 02:09:30 millert Exp $
2
3PROG=	tail
4SRCS=	forward.c misc.c read.c reverse.c tail.c
5
6.include <bsd.prog.mk>
7