Deleted Added
full compact
Makefile (302408) Makefile (314427)
1# $FreeBSD: stable/11/usr.bin/tail/Makefile 201386 2010-01-02 10:27:05Z ed $
1# $FreeBSD: stable/11/usr.bin/tail/Makefile 314427 2017-02-28 22:49:41Z asomers $
2# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
2# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4.include <src.opts.mk>
5
4PROG= tail
5SRCS= forward.c misc.c read.c reverse.c tail.c
6
6PROG= tail
7SRCS= forward.c misc.c read.c reverse.c tail.c
8
9.if ${MK_TESTS} != "no"
10SUBDIR+= tests
11.endif
12
7.include <bsd.prog.mk>
13.include <bsd.prog.mk>