diff options
| author | David Malone <dwmalone@FreeBSD.org> | 2005-01-10 20:22:37 +0000 |
|---|---|---|
| committer | David Malone <dwmalone@FreeBSD.org> | 2005-01-10 20:22:37 +0000 |
| commit | 06256619a52aeb92c2dbfbaf0c335bfdc01a63b8 (patch) | |
| tree | f614dfb4bb75f8faa95f1e6f92d4a7e6b1b38578 /usr.bin/tail | |
| parent | d0990ea900d0caa58b17d88ed48239d06a8b8b61 (diff) | |
Notes
Diffstat (limited to 'usr.bin/tail')
| -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 9c55635781e4..c8166936983d 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> |
