hpux support moved
[unix-history] / usr / src / usr.bin / tail / Makefile
CommitLineData
bf0cdddc 1# @(#)Makefile 5.4 (Berkeley) %G%
180cc52f 2
662ace95 3PROG= tail
bf0cdddc 4SRCS= forward.c misc.c read.c reverse.c tail.c
180cc52f 5
662ace95 6.include <bsd.prog.mk>