aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tail/Makefile')
-rw-r--r--usr.bin/tail/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/tail/Makefile b/usr.bin/tail/Makefile
index de1c3c99301e..c8166936983d 100644
--- a/usr.bin/tail/Makefile
+++ b/usr.bin/tail/Makefile
@@ -1,6 +1,8 @@
+# $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>