8 lines
183 B
Makefile
8 lines
183 B
Makefile
# from: @(#)Makefile 5.4 (Berkeley) 7/21/91
|
|
# $Id: Makefile,v 1.2 1993/07/30 23:50:44 mycroft Exp $
|
|
|
|
PROG= tail
|
|
SRCS= forward.c misc.c read.c reverse.c tail.c
|
|
|
|
.include <bsd.prog.mk>
|