7 lines
121 B
Makefile
7 lines
121 B
Makefile
# @(#)Makefile 5.4 (Berkeley) 7/21/91
|
|
|
|
PROG= tail
|
|
SRCS= forward.c misc.c read.c reverse.c tail.c
|
|
|
|
.include <bsd.prog.mk>
|