summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2005-01-10 20:22:37 +0000
committerdwmalone <dwmalone@FreeBSD.org>2005-01-10 20:22:37 +0000
commitcf651884b038cf522d0ea3ba26641afbcfc06f6c (patch)
treef614dfb4bb75f8faa95f1e6f92d4a7e6b1b38578 /usr.bin
parenteda4dfd49060ff1ec738bb9062d6dc64b1e6e8ea (diff)
downloadFreeBSD-src-cf651884b038cf522d0ea3ba26641afbcfc06f6c.zip
FreeBSD-src-cf651884b038cf522d0ea3ba26641afbcfc06f6c.tar.gz
Bump WARNS to 4 as this seems OK on the alpha now.
Diffstat (limited to 'usr.bin')
-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 9c55635..c816693 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 # XXX: alpha
+WARNS?= 4
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud