diff options
author | dwmalone <dwmalone@FreeBSD.org> | 2005-01-10 20:22:37 +0000 |
---|---|---|
committer | dwmalone <dwmalone@FreeBSD.org> | 2005-01-10 20:22:37 +0000 |
commit | cf651884b038cf522d0ea3ba26641afbcfc06f6c (patch) | |
tree | f614dfb4bb75f8faa95f1e6f92d4a7e6b1b38578 | |
parent | eda4dfd49060ff1ec738bb9062d6dc64b1e6e8ea (diff) | |
download | FreeBSD-src-cf651884b038cf522d0ea3ba26641afbcfc06f6c.zip FreeBSD-src-cf651884b038cf522d0ea3ba26641afbcfc06f6c.tar.gz |
Bump WARNS to 4 as this seems OK on the alpha now.
-rw-r--r-- | usr.bin/tail/Makefile | 2 |
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> |