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

This commit is contained in:
Alfred Perlstein 2002-07-15 09:53:34 +00:00
parent ce9fa5fcb2
commit e3d463662c

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>