NetBSD/usr.bin/tail/Makefile

12 lines
233 B
Makefile

# $NetBSD: Makefile,v 1.4 2017/10/01 20:49:24 maya Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= tail
SRCS= forward.c misc.c read.c reverse.c tail.c
LINKS= ${BINDIR}/tail ${BINDIR}/tac
MAN= tail.1 tac.1
.include <bsd.prog.mk>