summaryrefslogtreecommitdiffstats
path: root/usr.bin/tail
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-07-15 09:53:34 +0000
committeralfred <alfred@FreeBSD.org>2002-07-15 09:53:34 +0000
commit0524c94ceef53b67689b7f63c7a686def70b9b44 (patch)
tree7d6b33167c3b888eae6c73a9de9918f95ed83fdc /usr.bin/tail
parentbc3255174693474c76866e1181360ab5ef03eb8d (diff)
downloadFreeBSD-src-0524c94ceef53b67689b7f63c7a686def70b9b44.zip
FreeBSD-src-0524c94ceef53b67689b7f63c7a686def70b9b44.tar.gz
revert WARNS=4, it makes the alpha compile sad.
Diffstat (limited to 'usr.bin/tail')
-rw-r--r--usr.bin/tail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tail/Makefile b/usr.bin/tail/Makefile
index c816693..9c55635 100644
--- a/usr.bin/tail/Makefile
+++ b/usr.bin/tail/Makefile
@@ -3,6 +3,6 @@
PROG= tail
SRCS= forward.c misc.c read.c reverse.c tail.c
-WARNS?= 4
+#WARNS?= 4 # XXX: alpha
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud