9 lines
142 B
Makefile
9 lines
142 B
Makefile
# $FreeBSD$
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= tail
|
|
SRCS= forward.c misc.c read.c reverse.c tail.c
|
|
WARNS?= 4
|
|
|
|
.include <bsd.prog.mk>
|