revert WARNS=4, it makes the alpha compile sad.

This commit is contained in:
alfred 2002-07-15 09:53:34 +00:00
parent bc32551746
commit 0524c94cee

View File

@ -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>