]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/tail/Makefile
MFC r311572, r311895, r311928, r311985, r312395, r312417
[FreeBSD/stable/10.git] / usr.bin / tail / Makefile
1 # $FreeBSD$
2 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
3
4 .include <bsd.own.mk>
5
6 PROG=   tail
7 SRCS=   forward.c misc.c read.c reverse.c tail.c
8
9 .if ${MK_TESTS} != "no"
10 SUBDIR+= tests
11 .endif
12
13 .include <bsd.prog.mk>